aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/comp-util.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-07-03 01:31:49 +0800
committerMilan Crha <mcrha@redhat.com>2009-07-03 01:31:49 +0800
commitafea64785f1fbcb9852fa520f67f3a60f303c372 (patch)
tree2f24acbadabe51ff4623206c3f1c6176d239073e /calendar/gui/comp-util.h
parent42e75c9162402078ac629740821c3533925ee342 (diff)
downloadgsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar
gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.gz
gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.bz2
gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.lz
gsoc2013-evolution-afea64785f1fbcb9852fa520f67f3a60f303c372.tar.xz
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.h2
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);