diff options
Diffstat (limited to 'src/prompt-box.vala')
-rw-r--r-- | src/prompt-box.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prompt-box.vala b/src/prompt-box.vala index 894870d..50c46d1 100644 --- a/src/prompt-box.vala +++ b/src/prompt-box.vala @@ -423,7 +423,7 @@ public class PromptBox : FadableBox { w.set_data ("prompt-box-widget", this); if (add_style_class) - UnityGreeter.add_style_class (w); + ArcticaGreeter.add_style_class (w); last_row += 1; box_grid.attach (w, COL_ENTRIES_START, last_row, COL_ENTRIES_WIDTH, 1); |