[gnome-shell] Bug 574691 – Stay in the overlay mode after drag



commit 8aa56e373fa066ef0bb42f546856f48232d9bf04
Author: Marina Zhurakhinskaya <marinaz redhat com>
Date:   Tue Mar 10 13:33:58 2009 -0400

    Bug 574691 â?? Stay in the overlay mode after drag and drop
    
    Just calling launch() on the item instead of activate(), launches the item but doesn't close the overlay mode.
---
 js/ui/workspaces.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/ui/workspaces.js b/js/ui/workspaces.js
index 31ed22d..53b509a 100644
--- a/js/ui/workspaces.js
+++ b/js/ui/workspaces.js
@@ -751,7 +751,7 @@ Workspace.prototype = {
             return true;
         } else if (source instanceof GenericDisplay.GenericDisplayItem) {
             this._metaWorkspace.activate(time);
-            source.activate();
+            source.launch();
             return true;
         }
 



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