mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue