[gnome-shell] location: Update desktop file name for privacy settings
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] location: Update desktop file name for privacy settings
- Date: Fri, 6 Mar 2020 19:22:08 +0000 (UTC)
commit 09a1e61c63eed77f54141c39af5d354a1343847d
Author: Sebastian Keller <skeller gnome org>
Date: Wed Mar 4 23:24:18 2020 +0100
location: Update desktop file name for privacy settings
The location settings have been moved to their own panel with a
different desktop file:
https://gitlab.gnome.org/GNOME/gnome-control-center/-/commit/f92f6f5c
Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/2316
js/ui/status/location.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/status/location.js b/js/ui/status/location.js
index 5cd6718a37..e5c8368e4c 100644
--- a/js/ui/status/location.js
+++ b/js/ui/status/location.js
@@ -64,7 +64,7 @@ class Indicator extends PanelMenu.SystemIndicator {
this._item.label.text = _("Location Enabled");
this._onOffAction = this._item.menu.addAction(_("Disable"), this._onOnOffAction.bind(this));
- this._item.menu.addSettingsAction(_("Privacy Settings"), 'gnome-privacy-panel.desktop');
+ this._item.menu.addSettingsAction(_('Privacy Settings'), 'gnome-location-panel.desktop');
this.menu.addMenuItem(this._item);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]