diff options
author | Michael Terry <mike@mterry.name> | 2011-02-23 13:28:53 -0500 |
---|---|---|
committer | Michael Terry <mike@mterry.name> | 2011-02-23 13:28:53 -0500 |
commit | b4a4c9682ca2413175386ad36d06fc4e1032badc (patch) | |
tree | 01676389bb60015b5b33088c8b15009f1aa251bb /data | |
parent | deafbc1da6b3c29e04455e46414342bcb9841c2a (diff) | |
download | ayatana-indicator-datetime-b4a4c9682ca2413175386ad36d06fc4e1032badc.tar.gz ayatana-indicator-datetime-b4a4c9682ca2413175386ad36d06fc4e1032badc.tar.bz2 ayatana-indicator-datetime-b4a4c9682ca2413175386ad36d06fc4e1032badc.zip |
grab timezone names from geomaps; flesh out support for timezone completion in main map and locations dialog; show times in locations dialog
Diffstat (limited to 'data')
-rw-r--r-- | data/datetime-dialog.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/datetime-dialog.ui b/data/datetime-dialog.ui index 26c368b..8b48702 100644 --- a/data/datetime-dialog.ui +++ b/data/datetime-dialog.ui @@ -98,6 +98,8 @@ <column type="gchararray"/> <!-- column-name Time --> <column type="gchararray"/> + <!-- column-name Zone --> + <column type="gchararray"/> </columns> </object> <object class="GtkDialog" id="timeDateDialog"> |