From f84be4fd25f04e122f8a68f9ce4f9dc4daead118 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 19 Sep 2015 12:40:42 +0200 Subject: fork unity-greeter as arctica-greeter --- src/dash-box.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dash-box.vala') diff --git a/src/dash-box.vala b/src/dash-box.vala index 40ecf34..e5a64c6 100644 --- a/src/dash-box.vala +++ b/src/dash-box.vala @@ -52,7 +52,7 @@ public class DashBox : Gtk.Box /* Does not actually add w to this widget, as doing so would potentially mess with w's placement. */ public void set_base (Gtk.Widget? w) { - if (!UnityGreeter.singleton.test_mode) { + if (!ArcticaGreeter.singleton.test_mode) { return_if_fail (pushed == null); return_if_fail (mode == Mode.NORMAL); } -- cgit v1.2.3