From e4e1b710ddcc8b2189ff08ad8e4d91ec4b44fe9a Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 5 May 2004 12:40:55 +0000 Subject: Fixes #58025 2004-05-05 JP Rosevear Fixes #58025 * gui/gnome-cal.c (set_search_query): kill warning (setup_config): don't set time out here (setup_widgets): set it here (gnome_calendar_destroy): clear the time out * gui/e-tasks.c (search_bar_sexp_changed_cb): kill warning (setup_config): don't set time out here (setup_widgets): set it here and remember the time out id (e_tasks_destroy): clear the time out svn path=/trunk/; revision=25803 --- calendar/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index fd910be7cb..869515a665 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2004-05-05 JP Rosevear + + Fixes #58025 + + * gui/gnome-cal.c (set_search_query): kill warning + (setup_config): don't set time out here + (setup_widgets): set it here + (gnome_calendar_destroy): clear the time out + + * gui/e-tasks.c (search_bar_sexp_changed_cb): kill warning + (setup_config): don't set time out here + (setup_widgets): set it here and remember the time out id + (e_tasks_destroy): clear the time out + 2004-05-05 Larry Ewing * gui/dialogs/calendar-setup.c: make sure that we don't crash if -- cgit