From acd5d70209219d6721e69633461311b47ccd1ade Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Tue, 9 Feb 2016 15:05:41 +0100 Subject: [PATCH] theme: use update icon for app grid https://bugzilla.gnome.org/show_bug.cgi?id=761772 --- js/ui/dash.js | 2 +- js/ui/viewSelector.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ui/dash.js b/js/ui/dash.js index db23a3b66..802ae5390 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -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 }); diff --git a/js/ui/viewSelector.js b/js/ui/viewSelector.js index 3776b2c92..412e9d67a 100644 --- a/js/ui/viewSelector.js +++ b/js/ui/viewSelector.js @@ -156,7 +156,7 @@ const ViewSelector = new Lang.Class({ this.appDisplay = new AppDisplay.AppDisplay(); this._appsPage = this._addPage(this.appDisplay.actor, - _("Applications"), 'view-grid-symbolic'); + _("Applications"), 'view-app-grid-symbolic'); this._searchResults = new Search.SearchResults(); this._searchPage = this._addPage(this._searchResults.actor,