diff options
Diffstat (limited to 'src/shutdown-dialog.vala')
-rw-r--r-- | src/shutdown-dialog.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown-dialog.vala b/src/shutdown-dialog.vala index 73e1bf4..cccd534 100644 --- a/src/shutdown-dialog.vala +++ b/src/shutdown-dialog.vala @@ -565,7 +565,7 @@ private class DialogButton : Gtk.Button this.get_accessible ().set_name (l.get_text ()); } - UnityGreeter.add_style_class (this); + ArcticaGreeter.add_style_class (this); try { // Remove the default GtkButton paddings and border |