autorunManager: Remove line that sets summary icon

MessageTray does this automatically for us now.

https://bugzilla.gnome.org/show_bug.cgi?id=680426
This commit is contained in:
Jasper St. Pierre 2012-07-23 00:20:54 -03:00
parent e7e56e175a
commit d8390ef77f

View File

@ -495,7 +495,6 @@ const AutorunTransientSource = new Lang.Class({
this.parent(mount.get_name()); this.parent(mount.get_name());
this._notification = new AutorunTransientNotification(this); this._notification = new AutorunTransientNotification(this);
this._setSummaryIcon(this.createNotificationIcon());
// add ourselves as a source, and popup the notification // add ourselves as a source, and popup the notification
Main.messageTray.add(this); Main.messageTray.add(this);