aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-prefs.c
diff options
context:
space:
mode:
authorMichael Terry <mike@mterry.name>2011-02-23 15:26:49 -0600
committerMichael Terry <mike@mterry.name>2011-02-23 15:26:49 -0600
commitad847471eee3e68c27505af6a35245f9e3f7f532 (patch)
treea1abaf775ed076242984452795e5dbd56f10423a /src/datetime-prefs.c
parente2fa62d9ad271f26f2a8e4d9297190e0250bb967 (diff)
downloadayatana-indicator-datetime-ad847471eee3e68c27505af6a35245f9e3f7f532.tar.gz
ayatana-indicator-datetime-ad847471eee3e68c27505af6a35245f9e3f7f532.tar.bz2
ayatana-indicator-datetime-ad847471eee3e68c27505af6a35245f9e3f7f532.zip
add geonames watermark
Diffstat (limited to 'src/datetime-prefs.c')
-rw-r--r--src/datetime-prefs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datetime-prefs.c b/src/datetime-prefs.c
index 3f5e5e6..fbadd27 100644
--- a/src/datetime-prefs.c
+++ b/src/datetime-prefs.c
@@ -494,6 +494,8 @@ create_dialog (void)
/* Add map */
tzmap = cc_timezone_map_new ();
gtk_container_add (GTK_CONTAINER (WIG ("mapBox")), GTK_WIDGET (tzmap));
+ /* Fufill the CC by Attribution license requirements for the Geonames lookup */
+ cc_timezone_map_set_watermark (tzmap, "Geonames.org");
/* And completion entry */
TimezoneCompletion * completion = timezone_completion_new ();