From 61fd4ec1b8da8e5f7090016afee604611c5ec689 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 30 Oct 2001 09:47:58 +0000 Subject: Fix bug #10016. 2001-10-30 Federico Mena Quintero Fix bug #10016. * gui/dialogs/comp-editor.c (comp_editor_merge_ui): Use bonobo_ui_util_set_ui() instead of doing things by hand. Hmmm, if only that function had a way of telling us whether it failed so that we could avoid setting the verb list... * gui/dialogs/event-editor.c (event_editor_init): Do not pass the filename with the full path so that Bonobo can find it in a smart way. * gui/dialogs/task-editor.c (task_editor_init): Likewise. svn path=/trunk/; revision=14447 --- calendar/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index fca6213ec1..f66e527185 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2001-10-30 Federico Mena Quintero + + Fix bug #10016. + + * gui/dialogs/comp-editor.c (comp_editor_merge_ui): Use + bonobo_ui_util_set_ui() instead of doing things by hand. Hmmm, if + only that function had a way of telling us whether it failed so + that we could avoid setting the verb list... + + * gui/dialogs/event-editor.c (event_editor_init): Do not pass the + filename with the full path so that Bonobo can find it in a smart + way. + + * gui/dialogs/task-editor.c (task_editor_init): Likewise. + 2001-10-30 Federico Mena Quintero * gui/dialogs/delete-comp.c (delete_component_dialog): Use an -- cgit v1.2.3