aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-17 11:48:18 -0600
committerTed Gould <ted@gould.cx>2011-01-17 11:48:18 -0600
commitb52833fecbe711340e9854691bbd5af1f0fda46c (patch)
tree0efd81719ef862ab07a54eb808e569ec4cecc7d0
parent9c6c6273c3d53e1581e176d8fe5fe50932ad592c (diff)
downloadayatana-indicator-datetime-b52833fecbe711340e9854691bbd5af1f0fda46c.tar.gz
ayatana-indicator-datetime-b52833fecbe711340e9854691bbd5af1f0fda46c.tar.bz2
ayatana-indicator-datetime-b52833fecbe711340e9854691bbd5af1f0fda46c.zip
Changing the GSettings interface
-rw-r--r--src/indicator-datetime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-datetime.c b/src/indicator-datetime.c
index c3b7e4a..377cf17 100644
--- a/src/indicator-datetime.c
+++ b/src/indicator-datetime.c
@@ -108,7 +108,7 @@ enum {
#define PROP_SHOW_DATE_S "show-date"
#define PROP_CUSTOM_TIME_FORMAT_S "custom-time-format"
-#define SETTINGS_INTERFACE "org.ayatana.indicator.datetime"
+#define SETTINGS_INTERFACE "com.canonical.indicator.datetime"
#define SETTINGS_TIME_FORMAT_S "time-format"
#define SETTINGS_SHOW_SECONDS_S "show-seconds"
#define SETTINGS_SHOW_DAY_S "show-day"