From fe700291eae05e801bc37a03fa3b882a6557d594 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Thu, 26 Jul 2001 21:00:21 +0000 Subject: check that the row passed in is valid. Sometimes we get the "row-selected" 2001-07-26 Damon Chaplin * gui/dialogs/recurrence-page.c (exception_select_row_cb): check that the row passed in is valid. Sometimes we get the "row-selected" signal for row 0 when there are no rows in the list. Fixes bug #4266. * cal-client/cal-client.c (cal_client_get_object): prefetch all the timezone data needed by the object, to try to avoid making Corba calls all over the place. They can cause problems because they call the GTK+ main loop recursively. This currently leads to an assertion failure in the GnomeCanvas occasionally. Though there are probably several other similar problems around. svn path=/trunk/; revision=11433 --- calendar/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index bcd403d4ae..c5547f57a9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2001-07-26 Damon Chaplin + + * gui/dialogs/recurrence-page.c (exception_select_row_cb): check that + the row passed in is valid. Sometimes we get the "row-selected" + signal for row 0 when there are no rows in the list. Fixes bug #4266. + + * cal-client/cal-client.c (cal_client_get_object): prefetch all the + timezone data needed by the object, to try to avoid making Corba + calls all over the place. They can cause problems because they call + the GTK+ main loop recursively. This currently leads to an assertion + failure in the GnomeCanvas occasionally. + 2001-07-25 JP Rosevear * gui/e-itip-control.c (e_itip_control_set_data): gracefully -- cgit