fix selection of all-workspace windows
all-workspace windows can be active on every workspace. https://bugzilla.gnome.org/show_bug.cgi?id=603078
This commit is contained in:
@ -1417,7 +1417,7 @@ Workspace.prototype = {
|
||||
},
|
||||
|
||||
_onCloneSelected : function (clone, time) {
|
||||
Main.activateWindow(clone.metaWindow, time);
|
||||
Main.activateWindow(clone.metaWindow, time, this.workspaceNum);
|
||||
},
|
||||
|
||||
_removeSelf : function(actor, event) {
|
||||
|
Reference in New Issue
Block a user