diff options
author | JP Rosevear <jpr@novell.com> | 2004-05-21 02:41:36 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-05-21 02:41:36 +0800 |
commit | 6c6cf7a444e646d509608438a999238caec394d1 (patch) | |
tree | 3411a425b0085bdfaeeee8d09ea49341e58bca38 /calendar/gui | |
parent | 0a8f9771f562beb76dd76ed2a066a66bbf37694d (diff) | |
download | gsoc2013-evolution-6c6cf7a444e646d509608438a999238caec394d1.tar.gz gsoc2013-evolution-6c6cf7a444e646d509608438a999238caec394d1.tar.zst gsoc2013-evolution-6c6cf7a444e646d509608438a999238caec394d1.zip |
pass the client properly
2004-05-20 JP Rosevear <jpr@novell.com>
* gui/tag-calendar.c (tag_calendar_by_comp): pass the client
properly
svn path=/trunk/; revision=26017
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/tag-calendar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/tag-calendar.c b/calendar/gui/tag-calendar.c index 2009302d2c..0ec8c959e2 100644 --- a/calendar/gui/tag-calendar.c +++ b/calendar/gui/tag-calendar.c @@ -214,7 +214,7 @@ tag_calendar_by_comp (ECalendar *ecal, ECalComponent *comp, ECal *client, icalti g_print ("DateNavigator generating instances\n"); #endif if (comp_is_on_server) { - e_cal_generate_instances_for_object (ecal, e_cal_component_get_icalcomponent (comp), + e_cal_generate_instances_for_object (client, e_cal_component_get_icalcomponent (comp), c.start_time, c.end_time, tag_calendar_cb, &c); } else { |