[gnome-shell] autorunManager: Remove line that sets summary icon



commit d8390ef77f2b8c03c576cccaf7b3354da333838d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Jul 23 00:20:54 2012 -0300

    autorunManager: Remove line that sets summary icon
    
    MessageTray does this automatically for us now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680426

 js/ui/autorunManager.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/autorunManager.js b/js/ui/autorunManager.js
index 3e8b52e..df17bf8 100644
--- a/js/ui/autorunManager.js
+++ b/js/ui/autorunManager.js
@@ -495,7 +495,6 @@ const AutorunTransientSource = new Lang.Class({
         this.parent(mount.get_name());
 
         this._notification = new AutorunTransientNotification(this);
-        this._setSummaryIcon(this.createNotificationIcon());
 
         // add ourselves as a source, and popup the notification
         Main.messageTray.add(this);



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