diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-12 08:17:12 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-12 08:17:12 +0800 |
commit | fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8 (patch) | |
tree | fcb69b57676e25f102083069ffc71651dc182e8e /calendar/cal-util | |
parent | b265b27dfc1e68424d509a17b9c6466adbae3fc9 (diff) | |
download | gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.gz gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.bz2 gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.lz gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.xz gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.zst gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.zip |
Begginning of the create-appointment-on-range-selection-and-enter code -miguel
svn path=/trunk/; revision=127
Diffstat (limited to 'calendar/cal-util')
-rw-r--r-- | calendar/cal-util/calobj.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/cal-util/calobj.h b/calendar/cal-util/calobj.h index 560c4ca99e..37ea79040d 100644 --- a/calendar/cal-util/calobj.h +++ b/calendar/cal-util/calobj.h @@ -131,6 +131,8 @@ typedef struct { CalendarAlarm malarm; Recurrence *recur; + + int new; } iCalObject; iCalObject *ical_new (char *comment, char *organizer, char *summary); |