Use dedicated icons for top bar/windows in ctrl-alt-tab

The previously used ones were quite a stretch, so now that we got
dedicated ones, let's use them.
This commit is contained in:
Florian Müllner
2015-03-12 13:40:36 +01:00
parent dc1c31d704
commit cb3d5c2b51
3 changed files with 4 additions and 4 deletions

View File

@ -152,7 +152,7 @@ const ViewSelector = new Lang.Class({
this._workspacesDisplay = new WorkspacesView.WorkspacesDisplay();
this._workspacesPage = this._addPage(this._workspacesDisplay.actor,
_("Windows"), 'emblem-documents-symbolic');
_("Windows"), 'focus-windows-symbolic');
this.appDisplay = new AppDisplay.AppDisplay();
this._appsPage = this._addPage(this.appDisplay.actor,