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:
parent
e7e56e175a
commit
d8390ef77f
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user