diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-08-08 10:55:29 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-08-08 10:55:29 +0800 |
commit | ac94f697a5cf1842244984a4c1d2859118916aa2 (patch) | |
tree | 70e6b5561514073d26dd7232b8cf9d47e2d46f38 /calendar/gui/gnome-cal.h | |
parent | 573ea91f0c6dc6de73884bbf1a4b039975fcacda (diff) | |
download | gsoc2013-evolution-ac94f697a5cf1842244984a4c1d2859118916aa2.tar.gz gsoc2013-evolution-ac94f697a5cf1842244984a4c1d2859118916aa2.tar.zst gsoc2013-evolution-ac94f697a5cf1842244984a4c1d2859118916aa2.zip |
New function. (cal_component_get_icalcomponent): Ensure that the SEQUENCE
2000-08-07 Federico Mena Quintero <federico@helixcode.com>
* cal-util/cal-component.c (cal_component_clone): New function.
(cal_component_get_icalcomponent): Ensure that the SEQUENCE
property does not need incrementing.
* gui/dialogs/alarm-notify-dialog.c (alarm_notify_dialog): Use
CalComponent. Deal with an empty summary property.
svn path=/trunk/; revision=4589
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index 77dc57a8c0..f7405d8b06 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -10,11 +10,11 @@ #define GNOME_CALENDAR_APP_H #include <time.h> -#include <libgnome/gnome-defs.h> #include <gtk/gtkcalendar.h> #include <gtk/gtkvbox.h> -#include <cal-client/cal-client.h> +#include <libgnome/gnome-defs.h> #include <bonobo.h> +#include <cal-client/cal-client.h> BEGIN_GNOME_DECLS @@ -102,7 +102,7 @@ void gnome_calendar_set_selected_time_range (GnomeCalendar *gcal, time_t end_time); void gnome_calendar_edit_object (GnomeCalendar *gcal, - iCalObject *ico); + CalComponent *comp); /* Returns the selected time range for the current view. Note that this may be different from the fields in the GnomeCalendar, since the view may clip |