From 5a7b7b73891aeb393edec826004c612d00ef5cc5 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 11 Dec 2012 17:06:57 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js index 048d91f90..245db1e6e 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));