gnome-shell r76 - trunk/js/ui



Author: walters
Date: Fri Nov 21 20:45:33 2008
New Revision: 76
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=76&view=rev

Log:
Use _deactivate rather than hide so we correctly reset input area

Modified:
   trunk/js/ui/overlay.js

Modified: trunk/js/ui/overlay.js
==============================================================================
--- trunk/js/ui/overlay.js	(original)
+++ trunk/js/ui/overlay.js	Fri Nov 21 20:45:33 2008
@@ -155,7 +155,7 @@
 	    // TODO - have some sort of animation/effect while
 	    // transitioning to the new app.  We definitely need
 	    // startup-notification integration at least.
-	    me.hide();
+	    me._deactivate();
 	});
     },
 



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