[gnome-shell] Don't activate newly added workspaces
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Don't activate newly added workspaces
- Date: Wed, 9 Feb 2011 01:01:07 +0000 (UTC)
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]