[sushi] application: remove useless calls to showAll()



commit 0163a1b1effe7dd308b8234ce2c456471be9c966
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Apr 21 16:45:53 2011 -0400

    application: remove useless calls to showAll()

 src/js/ui/application.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/js/ui/application.js b/src/js/ui/application.js
index e2e570b..0fe2746 100644
--- a/src/js/ui/application.js
+++ b/src/js/ui/application.js
@@ -60,8 +60,6 @@ Application.prototype = {
 
         this._defineStyleAndThemes();
         this._createMainWindow();
-
-        this._mainWindow.showAll();
     },
 
     _onNameNotAcquired : function() {
@@ -85,7 +83,6 @@ Application.prototype = {
     },
 
     activate : function() {
-        this._mainWindow.showAll();
     },
 
     showFile : function(uri, xid) {



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