Resolve warnings

This commit is contained in:
matthiakl 2021-07-09 16:20:58 +02:00
parent 24b9105207
commit f3d4c04f35
1 changed files with 3 additions and 3 deletions

View File

@ -66,11 +66,11 @@ namespace Pamac {
[GtkChild]
Gtk.CheckButton check_aur_updates_checkbutton;
[GtkChild]
Gtk.Switch aur_keep_pkgs_button;
unowned Gtk.Switch aur_keep_pkgs_button;
[GtkChild]
Gtk.Label aur_move_dir_label;
unowned Gtk.Label aur_move_dir_label;
[GtkChild]
Gtk.FileChooserButton aur_move_dir_file_chooser;
unowned Gtk.FileChooserButton aur_move_dir_file_chooser;
#endif
[GtkChild]
Gtk.Label cache_keep_nb_label;