overview: move ctrlAltTab handling to Dash

This is also what the panel does.

https://bugzilla.gnome.org/show_bug.cgi?id=693924
This commit is contained in:
Cosimo Cecchi
2013-02-15 18:23:15 -05:00
parent 153d3045ed
commit 1379c6b404
2 changed files with 4 additions and 4 deletions

View File

@@ -421,6 +421,10 @@ const Dash = new Lang.Class({
Lang.bind(this, this._onDragCancelled));
Main.overview.connect('window-drag-end',
Lang.bind(this, this._onDragEnd));
// Translators: this is the name of the dock/favorites area on
// the left of the overview
Main.ctrlAltTabManager.addGroup(this.actor, _("Dash"), 'user-bookmarks-symbolic');
},
_onDragBegin: function() {