aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calobj.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-18 05:37:34 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-18 05:37:34 +0800
commit470866a2577773301742e2c1c83413c83249328a (patch)
tree2b819d5bf2108e88a581e7374ea180ea1760a143 /calendar/calobj.h
parent2ec1fdc08f38fd071909260d6dbcf4131b3fcfe4 (diff)
downloadgsoc2013-evolution-470866a2577773301742e2c1c83413c83249328a.tar
gsoc2013-evolution-470866a2577773301742e2c1c83413c83249328a.tar.gz
gsoc2013-evolution-470866a2577773301742e2c1c83413c83249328a.tar.bz2
gsoc2013-evolution-470866a2577773301742e2c1c83413c83249328a.tar.lz
gsoc2013-evolution-470866a2577773301742e2c1c83413c83249328a.tar.xz
gsoc2013-evolution-470866a2577773301742e2c1c83413c83249328a.tar.zst
gsoc2013-evolution-470866a2577773301742e2c1c83413c83249328a.zip
We load the alarms -mig
svn path=/trunk/; revision=150
Diffstat (limited to 'calendar/calobj.h')
-rw-r--r--calendar/calobj.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/calobj.h b/calendar/calobj.h
index 8cbdffa484..c499568bf7 100644
--- a/calendar/calobj.h
+++ b/calendar/calobj.h
@@ -32,7 +32,8 @@ typedef struct {
int count;
enum AlarmUnit units;
char *data;
-
+ time_t time;
+
/* Widgets */
void *w_count; /* A GtkEntry */
void *w_enabled; /* A GtkChecButton */