summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2013-03-19 20:54:57 +0100
committerFelipe Contreras <felipe.contreras@gmail.com>2013-10-09 16:27:51 -0500
commit44790c798c138d5efa72def09aa650108749533c (patch)
treeaa522f44c05ad114385aeae4bdca1dfd33d5bae8 /plugins
parent7c4a1d5d418d9fb2fff36f07ec49be2f4b524ed7 (diff)
Only use names from the /posix directory.
This does not mean we also enforce posix timezones, users can prepend that them selfs if they want, its just about avoiding duplicate names.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/clock/clock.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/clock/clock.c b/plugins/clock/clock.c
index f84b377e..1d826008 100644
--- a/plugins/clock/clock.c
+++ b/plugins/clock/clock.c
@@ -49,7 +49,9 @@
/* e.g. "time-admin" */
#define DEFAULT_TIME_CONFIG_TOOL "time-admin"
-#define ZONEINFO_DIR "/usr/share/zoneinfo/"
+/* Use the posix directory for the names. If people want a time based on posix or
+ * right time, they can prepend that manually in the entry */
+#define ZONEINFO_DIR "/usr/share/zoneinfo/posix/"