[gnome-shell] bluetooth: Update settings desktop file



commit 5a7b7b73891aeb393edec826004c612d00ef5cc5
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 11 17:06:57 2012 +0100

    bluetooth: Update settings desktop file
    
    For the one now used in gnome-control-center
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690046

 js/ui/status/bluetooth.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js
index 048d91f..245db1e 100644
--- a/js/ui/status/bluetooth.js
+++ b/js/ui/status/bluetooth.js
@@ -80,7 +80,7 @@ const Indicator = new Lang.Class({
         this._applet.connect('notify::show-full-menu', Lang.bind(this, this._updateFullMenu));
         this._updateFullMenu();
 
-        this.menu.addSettingsAction(_("Bluetooth Settings"), 'bluetooth-properties.desktop');
+        this.menu.addSettingsAction(_("Bluetooth Settings"), 'gnome-bluetooth-panel.desktop');
 
         this._applet.connect('pincode-request', Lang.bind(this, this._pinRequest));
         this._applet.connect('confirm-request', Lang.bind(this, this._confirmRequest));



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