mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
panelMenu: Remove inaccurate comment
This has been out of date ever since the -symbolic fallbacks have gone away. https://bugzilla.gnome.org/show_bug.cgi?id=690589
This commit is contained in:
parent
8899325a0e
commit
994021d77f
1 changed files with 0 additions and 3 deletions
|
|
@ -253,9 +253,6 @@ const SystemStatusButton = new Lang.Class({
|
|||
},
|
||||
|
||||
setIcon: function(iconName) {
|
||||
// Need to first add a NULL GIcon and then set icon_name, to ensure
|
||||
// compatibility with -symbolic fallbacks
|
||||
|
||||
if (!this.mainIcon)
|
||||
this.mainIcon = this.addIcon(null);
|
||||
this.mainIcon.icon_name = iconName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue