[gnome-weather/wip/ewlsh/gtk4] Update GWeather schema ID



commit 81ecb931058b685fd519b051a98ffa60108b3266
Author: Evan Welsh <contact evanwelsh com>
Date:   Sat Feb 5 04:41:46 2022 -0800

    Update GWeather schema ID

 src/app/application.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/app/application.js b/src/app/application.js
index 9587f21..dda2961 100644
--- a/src/app/application.js
+++ b/src/app/application.js
@@ -127,7 +127,7 @@ export const Application = GObject.registerClass(
             });
             this.add_action(showSearchAction);
 
-            let gwSettings = new Gio.Settings({ schema_id: 'org.gnome.GWeather' });
+            let gwSettings = new Gio.Settings({ schema_id: 'org.gnome.GWeather4' });
             // we would like to use g_settings_create_action() here
             // but that does not handle correctly the case of 'default'
             // we would also like to use g_settings_bind_with_mapping(), but that


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