[gnome-shell/workspace-thumbnails: 8/14] Don't activate newly added workspaces
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/workspace-thumbnails: 8/14] Don't activate newly added workspaces
- Date: Thu, 3 Feb 2011 04:50:39 +0000 (UTC)
commit fb28f77c859d5bdd19867294d8ea93b47053321f
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 c7a22b1..12028e9 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]