[gnome-shell] Don't activate newly added workspaces



commit 2d5133ad5197de4205bd48c66f20fee06c35de69
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Sun Jan 30 21:13:11 2011 -0500

    Don't activate newly added workspaces
    
    With workspace thumbnails, we want to make workspace switching
    something that happens largely under the users control, so don't
    switch to newly added workspaces in the overview.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640996

 js/ui/workspacesView.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index 5e24141..024698d 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -234,7 +234,6 @@ WorkspacesView.prototype = {
         } else {
             let currentTime = global.get_current_time();
             ws = global.screen.append_new_workspace(false, currentTime);
-            ws.activate(currentTime);
         }
 
         return ws;



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