From 994021d77f194aa49c9c8fa8ff0d9f391826cc29 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 20 Dec 2012 19:25:23 -0500 Subject: [PATCH] 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 --- js/ui/panelMenu.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/ui/panelMenu.js b/js/ui/panelMenu.js index 9029b4e17..bde3f0357 100644 --- a/js/ui/panelMenu.js +++ b/js/ui/panelMenu.js @@ -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;