diff options
author | Michael Terry <mike@mterry.name> | 2011-02-23 15:26:49 -0600 |
---|---|---|
committer | Michael Terry <mike@mterry.name> | 2011-02-23 15:26:49 -0600 |
commit | ad847471eee3e68c27505af6a35245f9e3f7f532 (patch) | |
tree | a1abaf775ed076242984452795e5dbd56f10423a /src | |
parent | e2fa62d9ad271f26f2a8e4d9297190e0250bb967 (diff) | |
download | ayatana-indicator-datetime-ad847471eee3e68c27505af6a35245f9e3f7f532.tar.gz ayatana-indicator-datetime-ad847471eee3e68c27505af6a35245f9e3f7f532.tar.bz2 ayatana-indicator-datetime-ad847471eee3e68c27505af6a35245f9e3f7f532.zip |
add geonames watermark
Diffstat (limited to 'src')
-rw-r--r-- | src/datetime-prefs.c | 2 |
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 (); |