[gnome-shell/wip/paging-release: 7/90] PaginationIconIndicator: change icon name



commit e4352a2ba85e8de4ee97280264b07d2962b4af82
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Mon Aug 12 17:02:47 2013 +0200

    PaginationIconIndicator: change icon name

 js/ui/appDisplay.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 077a304..1567f6b 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -370,7 +370,7 @@ const PaginationIconIndicator = new Lang.Class({
                                      button_mask: St.ButtonMask.ONE || St.ButtonMask.TWO,
                                      toggle_mode: true,
                                      can_focus: true });
-        this._icon = new St.Icon({ icon_name: 'view-grid-symbolic',
+        this._icon = new St.Icon({ icon_name: 'process-stop-symbolic',
                                    icon_size: 32,
                                    style_class: 'show-apps-icon',
                                    track_hover: true});
@@ -382,10 +382,10 @@ const PaginationIconIndicator = new Lang.Class({
     },
 
     _createIcon: function(size) {
-        this._icon = new St.Icon({ icon_name: 'view-grid-symbolic',
-                                    icon_size: size,
-                                    style_class: 'show-apps-icon',
-                                    track_hover: true });
+        this._icon = new St.Icon({ icon_name: 'process-stop-symbolic',
+                                   icon_size: size,
+                                   style_class: 'show-apps-icon',
+                                   track_hover: true });
         return this._icon;
     },
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]