[gnome-shell/workspace-thumbnails: 8/13] Don't activate newly added workspaces



commit 7626e183d27f23f40295f5d5e298282a55a0aaf5
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.

 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 97666f7..af9eba2 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]