[gnome-shell] main: don't explicitly hide the stage



commit 5e0ff7fd56582919abd9d471ead989755096308b
Author: Ray Strode <rstrode redhat com>
Date:   Sun Mar 3 20:56:05 2013 -0500

    main: don't explicitly hide the stage
    
    It's hidden by default, so there's no point in hiding it explicitly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694321

 js/ui/main.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/main.js b/js/ui/main.js
index e0c2dd7..a276162 100644
--- a/js/ui/main.js
+++ b/js/ui/main.js
@@ -91,9 +91,6 @@ function start() {
     global.logError = window.log;
     global.log = window.log;
 
-    // Hide the stage until we're ready for it
-    global.stage.hide();
-
     // Chain up async errors reported from C
     global.connect('notify-error', function (global, msg, detail) { notifyError(msg, detail); });
 


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