diff --git a/js/ui/quickSettings.js b/js/ui/quickSettings.js index 8ba5ac4f4..64aa8941b 100644 --- a/js/ui/quickSettings.js +++ b/js/ui/quickSettings.js @@ -199,12 +199,12 @@ var QuickMenuToggle = GObject.registerClass({ this.bind_property('subtitle', contents, 'subtitle', GObject.BindingFlags.SYNC_CREATE); - this.bind_property('icon-name', - contents, 'icon-name', - GObject.BindingFlags.SYNC_CREATE); this.bind_property('gicon', contents, 'gicon', GObject.BindingFlags.SYNC_CREATE); + this.bind_property('icon-name', + contents, 'icon-name', + GObject.BindingFlags.SYNC_CREATE); this.bind_property('menu-enabled', this._menuButton, 'visible',