[gnome-shell] network: Fix icon_size parameter



commit 712623946f795606cc750006ef6ef55a2cd2351c
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Aug 21 23:50:46 2012 -0300

    network: Fix icon_size parameter
    
    We forgot to update this to NOTIFICATION_ICON_SIZE
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682412

 js/ui/status/network.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index cb1991c..c7b9665 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -1780,8 +1780,7 @@ const NMApplet = new Lang.Class({
 
         let icon = new St.Icon({ icon_name: iconName,
                                  icon_type: St.IconType.SYMBOLIC,
-                                 icon_size: this._source.ICON_SIZE
-                               });
+                                 icon_size: MessageTray.NOTIFICATION_ICON_SIZE });
         device._notification = new MessageTray.Notification(this._source, title, text,
                                                             { icon: icon });
         device._notification.setUrgency(urgency);



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