[gnome-shell] status/location: Use better indicator icon
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] status/location: Use better indicator icon
- Date: Fri, 19 Aug 2022 09:49:46 +0000 (UTC)
commit 8945e2565544628f0c084a6cf9e0070210b06920
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Aug 18 10:13:00 2022 +0200
status/location: Use better indicator icon
We've used find-location since the indicator was added, however
the icon theme got a more appropriate location-services-active
icon a while ago.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5755
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2430>
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 2115e5c231..a2481f4c35 100644
--- a/js/ui/status/location.js
+++ b/js/ui/status/location.js
@@ -209,7 +209,7 @@ class Indicator extends SystemIndicator {
this._agent = _getGeoclueAgent();
this._indicator = this._addIndicator();
- this._indicator.icon_name = 'find-location-symbolic';
+ this._indicator.icon_name = 'location-services-active-symbolic';
this._agent.bind_property('in-use',
this._indicator,
'visible',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]