gnome-shell r182 - trunk/js/ui



Author: danw
Date: Wed Feb  4 18:24:20 2009
New Revision: 182
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=182&view=rev

Log:
Small fix for when a new window is added just before leaving the overlay


Modified:
   trunk/js/ui/workspaces.js

Modified: trunk/js/ui/workspaces.js
==============================================================================
--- trunk/js/ui/workspaces.js	(original)
+++ trunk/js/ui/workspaces.js	Wed Feb  4 18:24:20 2009
@@ -593,7 +593,7 @@
             // the compositor finds out about them...
             Mainloop.idle_add(Lang.bind(this,
                                         function () {
-                                            if (metaWin.get_compositor_private())
+                                            if (this.actor && metaWin.get_compositor_private())
                                                 this._windowAdded(metaWorkspace, metaWin);
                                             return false;
                                         }));



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