From fabfbff17ffca9ffbec69640469b728f5e149325 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 15 Sep 2016 08:53:16 +0000 Subject: Work around Vala trying to use a new GTK 3.20 function. --- src/shutdown-dialog.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shutdown-dialog.vala') diff --git a/src/shutdown-dialog.vala b/src/shutdown-dialog.vala index bf0a2b4..79e102d 100644 --- a/src/shutdown-dialog.vala +++ b/src/shutdown-dialog.vala @@ -548,7 +548,7 @@ private class DialogButton : Gtk.Button this.focused_filename = focused_filename; this.active_filename = active_filename; relief = Gtk.ReliefStyle.NONE; - focus_on_click = false; + Gtk.button_set_focus_on_click (this, false); i = new Gtk.Image.from_file (inactive_filename); i.visible = true; add (i); -- cgit v1.2.3