Resolve some deprecation warnings

This commit is contained in:
matthiakl
2021-07-09 14:25:05 +02:00
parent 10722140f3
commit b5a6f05654
8 changed files with 74 additions and 74 deletions

View File

@@ -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;