diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-25 01:15:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-25 01:19:14 +0800 |
commit | 9d538474a855d64e338bf7a94925cbde31a81bd5 (patch) | |
tree | 837f57d64a989bfbf915590237d00d3e3b5deb00 /widgets/misc/e-calendar-item.h | |
parent | b62f965b04b036f3b9d647a339852bfdd3c79e12 (diff) | |
download | gsoc2013-evolution-9d538474a855d64e338bf7a94925cbde31a81bd5.tar.gz gsoc2013-evolution-9d538474a855d64e338bf7a94925cbde31a81bd5.tar.zst gsoc2013-evolution-9d538474a855d64e338bf7a94925cbde31a81bd5.zip |
Bug 622633 - Can't launch Evolution from clock applet
Diffstat (limited to 'widgets/misc/e-calendar-item.h')
-rw-r--r-- | widgets/misc/e-calendar-item.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-calendar-item.h b/widgets/misc/e-calendar-item.h index 4aab58ea2e..34fa3e2be4 100644 --- a/widgets/misc/e-calendar-item.h +++ b/widgets/misc/e-calendar-item.h @@ -331,8 +331,8 @@ gboolean the start of the selection is shown. If start_date is NULL it clears the selection. */ void e_calendar_item_set_selection (ECalendarItem *calitem, - GDate *start_date, - GDate *end_date); + const GDate *start_date, + const GDate *end_date); /* Marks a particular day. Passing E_CALENDAR_ITEM_MARK_BOLD as the day style will result in the day being shown as bold by default. The style callback |