aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-05-21 02:41:36 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-05-21 02:41:36 +0800
commit6c6cf7a444e646d509608438a999238caec394d1 (patch)
tree3411a425b0085bdfaeeee8d09ea49341e58bca38
parent0a8f9771f562beb76dd76ed2a066a66bbf37694d (diff)
downloadgsoc2013-evolution-6c6cf7a444e646d509608438a999238caec394d1.tar
gsoc2013-evolution-6c6cf7a444e646d509608438a999238caec394d1.tar.gz
gsoc2013-evolution-6c6cf7a444e646d509608438a999238caec394d1.tar.bz2
gsoc2013-evolution-6c6cf7a444e646d509608438a999238caec394d1.tar.lz
gsoc2013-evolution-6c6cf7a444e646d509608438a999238caec394d1.tar.xz
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
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/tag-calendar.c2
2 files changed, 7 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 69c4d07e81..a0abb76bb7 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-20 JP Rosevear <jpr@novell.com>
+
+ * gui/tag-calendar.c (tag_calendar_by_comp): pass the client
+ properly
+
2004-05-19 Chris Toshok <toshok@ximian.com>
* gui/e-meeting-store.c (start_addressbook_server): use the new
@@ -6,7 +11,7 @@
* gui/e-meeting-list-view.c (start_addressbook_server): use the
new e_book_new_* and e_book_open apis.
-2004-05-05 William Jon McCann <mccann@jhu.edu>
+2004-05-19 William Jon McCann <mccann@jhu.edu>
* gui/GNOME_Evolution_Calendar.server.in.in: Add menu_label and
menu_accelerator.
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 {