summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/clock-format.patch
blob: 0fe0ac8b10c88447ea8a3f4fc63571b0d4951ee9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/DateTime1.vala b/src/DateTime1.vala
index 5a80fbd..2e1f948 100644
--- a/src/DateTime1.vala
+++ b/src/DateTime1.vala
@@ -38,6 +38,6 @@ public class DateTime.Settings : Granite.Services.Settings {
     public string clock_format { get; set; }
 
     public Settings () {
-        base ("io.elementary.desktop.wingpanel.datetime");
+        base ("io.elementary.granite");
     }
 }