aboutsummaryrefslogtreecommitdiff
path: root/src/shutdown-dialog.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/shutdown-dialog.vala')
-rw-r--r--src/shutdown-dialog.vala2
1 files changed, 1 insertions, 1 deletions
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);