Resolve some deprecation warnings
This commit is contained in:
@@ -26,9 +26,9 @@ namespace Pamac {
|
||||
class TransactionSumDialog : Gtk.Dialog {
|
||||
|
||||
[GtkChild]
|
||||
public Gtk.Label top_label;
|
||||
public unowned Gtk.Label top_label;
|
||||
[GtkChild]
|
||||
Gtk.TreeView treeview;
|
||||
unowned Gtk.TreeView treeview;
|
||||
|
||||
public Gtk.ListStore sum_list;
|
||||
|
||||
|
Reference in New Issue
Block a user