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 /src/datetime-prefs-locations.h | |
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 'src/datetime-prefs-locations.h')
-rw-r--r-- | src/datetime-prefs-locations.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datetime-prefs-locations.h b/src/datetime-prefs-locations.h index d5dd534..1760567 100644 --- a/src/datetime-prefs-locations.h +++ b/src/datetime-prefs-locations.h @@ -24,10 +24,11 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define __DATETIME_PREFS_LOCATIONS_H__ #include <gtk/gtk.h> +#include "cc-timezone-map.h" G_BEGIN_DECLS -GtkWidget * datetime_setup_locations_dialog (GtkWindow * parent); +GtkWidget * datetime_setup_locations_dialog (GtkWindow * parent, CcTimezoneMap * map); G_END_DECLS |