diff options
author | Milan Crha <mcrha@redhat.com> | 2009-07-03 01:31:49 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-07-03 01:31:49 +0800 |
commit | afea64785f1fbcb9852fa520f67f3a60f303c372 (patch) | |
tree | 2f24acbadabe51ff4623206c3f1c6176d239073e /calendar/gui/comp-util.h | |
parent | 42e75c9162402078ac629740821c3533925ee342 (diff) | |
download | gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.gz gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.zst gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.zip |
Bug #252296 - Do not preset alarm for all day events
Diffstat (limited to 'calendar/gui/comp-util.h')
-rw-r--r-- | calendar/gui/comp-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/comp-util.h b/calendar/gui/comp-util.h index f6090543a5..de6595672f 100644 --- a/calendar/gui/comp-util.h +++ b/calendar/gui/comp-util.h @@ -46,7 +46,7 @@ gboolean cal_comp_is_on_server (ECalComponent *comp, ECal *client); gboolean is_icalcomp_on_the_server (icalcomponent *icalcomp, ECal *client); -ECalComponent *cal_comp_event_new_with_defaults (ECal *client); +ECalComponent *cal_comp_event_new_with_defaults (ECal *client, gboolean all_day); ECalComponent *cal_comp_event_new_with_current_time (ECal *client, gboolean all_day); ECalComponent *cal_comp_task_new_with_defaults (ECal *client); ECalComponent *cal_comp_memo_new_with_defaults (ECal *client); |