theme: use update icon for app grid

https://bugzilla.gnome.org/show_bug.cgi?id=761772
This commit is contained in:
Jakub Steiner
2016-02-09 15:05:41 +01:00
parent 669d20bcf0
commit acd5d70209
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ const ShowAppsIcon = new Lang.Class({
},
_createIcon: function(size) {
this._iconActor = new St.Icon({ icon_name: 'view-grid-symbolic',
this._iconActor = new St.Icon({ icon_name: 'view-app-grid-symbolic',
icon_size: size,
style_class: 'show-apps-icon',
track_hover: true });