Fix launching apps / search results in new workspaces by dragging

When I landed the new workspace tracker move, I didn't realize there
was public API being used by clients here. Add that back.

https://bugzilla.gnome.org/show_bug.cgi?id=698593
This commit is contained in:
Jasper St. Pierre
2013-06-16 00:12:22 -04:00
parent 1d9b25f771
commit 5dabaf2fe9
2 changed files with 6 additions and 2 deletions

View File

@ -479,6 +479,10 @@ const WindowManager = new Lang.Class({
false, -1, 1);
},
keepWorkspaceAlive: function(workspace, duration) {
this._workspaceTracker.keepWorkspaceAlive(workspace, duration);
},
setCustomKeybindingHandler: function(name, modes, handler) {
if (Meta.keybindings_set_custom_handler(name, handler))
this.allowKeybinding(name, modes);