diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-09-27 15:46:05 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-09-27 15:46:05 +0800 |
commit | 10c781d6838d73998c417e2090bf413e09b12807 (patch) | |
tree | 61648afddeff03f98e57fdc8f766ae5d516a0227 /calendar/gui/gnome-cal.h | |
parent | c54e15f7cfe18f697baa11a8a44b458cb7694c28 (diff) | |
download | gsoc2013-evolution-10c781d6838d73998c417e2090bf413e09b12807.tar.gz gsoc2013-evolution-10c781d6838d73998c417e2090bf413e09b12807.tar.zst gsoc2013-evolution-10c781d6838d73998c417e2090bf413e09b12807.zip |
2007-09-27 mcrha Fixes part of bug #228832
svn path=/trunk/; revision=34311
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index 8e9203aeb6..49d7c0cc97 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -156,7 +156,7 @@ void gnome_calendar_get_selected_time_range (GnomeCalendar *gcal, time_t *start_time, time_t *end_time); -void gnome_calendar_new_task (GnomeCalendar *gcal); +void gnome_calendar_new_task (GnomeCalendar *gcal, time_t *dtstart, time_t *dtend); /* 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 |