bluetooth: Update settings desktop file

For the one now used in gnome-control-center

https://bugzilla.gnome.org/show_bug.cgi?id=690046
This commit is contained in:
Bastien Nocera 2012-12-11 17:06:57 +01:00
parent 9c9cf6f5ab
commit 5a7b7b7389

View File

@ -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));