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 {
public class ProgressBox : Gtk.Box {
[GtkChild]
public Gtk.ProgressBar progressbar;
public unowned Gtk.ProgressBar progressbar;
[GtkChild]
public Gtk.Label action_label;
public unowned Gtk.Label action_label;
public ProgressBox () {
Object ();