[gnome-shell] bluetooth: Actually add the menu item to the bluetooth menu



commit 005272bde95489c382f6a7a5dc96b5b64906f8a8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Sep 21 12:57:41 2013 -0400

    bluetooth: Actually add the menu item to the bluetooth menu
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708541

 js/ui/status/bluetooth.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js
index 94ce0c4..6c9e406 100644
--- a/js/ui/status/bluetooth.js
+++ b/js/ui/status/bluetooth.js
@@ -31,6 +31,7 @@ const Indicator = new Lang.Class({
             this._applet.killswitch_state = GnomeBluetooth.KillswitchState.SOFT_BLOCKED;
         }));
         this._item.menu.addSettingsAction(_("Bluetooth Settings"), 'gnome-bluetooth-panel.desktop');
+        this.menu.addMenuItem(this._item);
 
         this._applet = new GnomeBluetoothApplet.Applet();
         this._applet.connect('devices-changed', Lang.bind(this, this._sync));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]