aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-10-30 17:47:58 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-10-30 17:47:58 +0800
commit61fd4ec1b8da8e5f7090016afee604611c5ec689 (patch)
tree9825bcbb0b7bb556a5c7df5f3f6110045deb32ff /calendar/ChangeLog
parentf3c4424cca6a4072d59c6de24524b0ca7f2a6ec5 (diff)
downloadgsoc2013-evolution-61fd4ec1b8da8e5f7090016afee604611c5ec689.tar
gsoc2013-evolution-61fd4ec1b8da8e5f7090016afee604611c5ec689.tar.gz
gsoc2013-evolution-61fd4ec1b8da8e5f7090016afee604611c5ec689.tar.bz2
gsoc2013-evolution-61fd4ec1b8da8e5f7090016afee604611c5ec689.tar.lz
gsoc2013-evolution-61fd4ec1b8da8e5f7090016afee604611c5ec689.tar.xz
gsoc2013-evolution-61fd4ec1b8da8e5f7090016afee604611c5ec689.tar.zst
gsoc2013-evolution-61fd4ec1b8da8e5f7090016afee604611c5ec689.zip
Fix bug #10016.
2001-10-30 Federico Mena Quintero <federico@ximian.com> 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index fca6213ec1..f66e527185 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,20 @@
2001-10-30 Federico Mena Quintero <federico@ximian.com>
+ 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 <federico@ximian.com>
+
* gui/dialogs/delete-comp.c (delete_component_dialog): Use an
EMessageBox instead of a gnome_dialog_question so that the label
gets line breaking. Fixes bug #11260.