diff options
author | David Barth <david.barth@canonical.com> | 2011-02-25 18:01:20 +0100 |
---|---|---|
committer | David Barth <david.barth@canonical.com> | 2011-02-25 18:01:20 +0100 |
commit | 6f103ce25995b5a40967b0ba683b7f7330aadd8a (patch) | |
tree | 322e1b173d026de8b0437aaa50ff6ab74be4d491 /libmap/README | |
parent | 124ef53b7bab308704974bd5a1efc5e40f5fc6c0 (diff) | |
parent | 42125be0102026e6ecae842413261a8b05a25e96 (diff) | |
download | ayatana-indicator-datetime-6f103ce25995b5a40967b0ba683b7f7330aadd8a.tar.gz ayatana-indicator-datetime-6f103ce25995b5a40967b0ba683b7f7330aadd8a.tar.bz2 ayatana-indicator-datetime-6f103ce25995b5a40967b0ba683b7f7330aadd8a.zip |
merging in mterry's branch with the new preferences dialog
Diffstat (limited to 'libmap/README')
-rw-r--r-- | libmap/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmap/README b/libmap/README new file mode 100644 index 0000000..6766b42 --- /dev/null +++ b/libmap/README @@ -0,0 +1,5 @@ +This static library is a copied version of the code in GNOME 3.0's control center panel 'datetime', which itself is a version of Ubiquity's map ported to C. + +Ideally in the future, we can have all three packages using the same code. But for now, for time reasons (hah), it's just a copy. + +To update this copy, put newer versions of the code and data files in place; then fix up any GTK3-isms and add cc_timezone_map_set_coords and friends. And the watermark. |