diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-09-15 06:43:17 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-09-15 06:43:17 +0800 |
commit | 127ee49f7c8e076dd5acb4f0d8c60d5475014fe3 (patch) | |
tree | 33e5c50aa6c0a209fee1ac6a02177fcb818f3b7a /my-evolution/e-summary.h | |
parent | 8e88e78fbb50309ef2c225e2dcf1466ccfcc49b4 (diff) | |
download | gsoc2013-evolution-127ee49f7c8e076dd5acb4f0d8c60d5475014fe3.tar gsoc2013-evolution-127ee49f7c8e076dd5acb4f0d8c60d5475014fe3.tar.gz gsoc2013-evolution-127ee49f7c8e076dd5acb4f0d8c60d5475014fe3.tar.bz2 gsoc2013-evolution-127ee49f7c8e076dd5acb4f0d8c60d5475014fe3.tar.lz gsoc2013-evolution-127ee49f7c8e076dd5acb4f0d8c60d5475014fe3.tar.xz gsoc2013-evolution-127ee49f7c8e076dd5acb4f0d8c60d5475014fe3.tar.zst gsoc2013-evolution-127ee49f7c8e076dd5acb4f0d8c60d5475014fe3.zip |
Timezone stuff
svn path=/trunk/; revision=12835
Diffstat (limited to 'my-evolution/e-summary.h')
-rw-r--r-- | my-evolution/e-summary.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/my-evolution/e-summary.h b/my-evolution/e-summary.h index 4fb4a8ef21..70ddbc3dd9 100644 --- a/my-evolution/e-summary.h +++ b/my-evolution/e-summary.h @@ -17,6 +17,8 @@ #include "e-summary-weather.h" #include "e-summary-tasks.h" +#include <ical.h> + #include <Evolution.h> #define E_SUMMARY_TYPE (e_summary_get_type ()) @@ -99,6 +101,9 @@ struct _ESummary { GtkWidget *prefs_window; gboolean online; + + char *timezone; + icaltimezone *tz; }; struct _ESummaryClass { |