[gnome-shell] theme: use update icon for app grid
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: use update icon for app grid
- Date: Fri, 12 Feb 2016 11:12:14 +0000 (UTC)
commit acd5d70209219d6721e69633461311b47ccd1ade
Author: Jakub Steiner <jimmac gmail com>
Date: Tue Feb 9 15:05:41 2016 +0100
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 db23a3b..802ae53 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 3776b2c..412e9d6 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]