[gnome-shell/wip/background-rework: 7/13] layout: don't bother hiding window group



commit 6aa9b9c71075c4e44b4049b8b5ed06e2e775ecba
Author: Ray Strode <rstrode redhat com>
Date:   Wed Feb 6 14:17:19 2013 -0500

    layout: don't bother hiding window group
    
    Right now we hide the window group if we're a greeter.
    We did this to avoid showing the background. These days
    we don't add the background in the first place, so we
    can drop this code.

 js/ui/layout.js |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/js/ui/layout.js b/js/ui/layout.js
index 51c337c..18529de 100644
--- a/js/ui/layout.js
+++ b/js/ui/layout.js
@@ -141,13 +141,6 @@ const LayoutManager = new Lang.Class({
 
         global.window_group.reparent(this.uiGroup);
 
-        // Now, you might wonder why we went through all the hoops to implement
-        // the GDM greeter inside an X11 compositor, to do this at the end...
-        // However, hiding this is necessary to avoid showing the background during
-        // the initial animation, before Gdm.LoginDialog covers everything
-        if (Main.sessionMode.isGreeter)
-            global.window_group.hide();
-
         global.overlay_group.reparent(this.uiGroup);
         global.stage.add_child(this.uiGroup);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]