Resolve some deprecation warnings
This commit is contained in:
@@ -26,11 +26,11 @@ namespace Pamac {
|
||||
class ProgressDialog : Gtk.ApplicationWindow {
|
||||
|
||||
[GtkChild]
|
||||
public Gtk.Box box;
|
||||
public unowned Gtk.Box box;
|
||||
[GtkChild]
|
||||
public Gtk.Button close_button;
|
||||
public unowned Gtk.Button close_button;
|
||||
[GtkChild]
|
||||
public Gtk.Expander expander;
|
||||
public unowned Gtk.Expander expander;
|
||||
|
||||
public ProgressDialog () {
|
||||
Object ();
|
||||
|
Reference in New Issue
Block a user