aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-editor.c
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/gui/dialogs/event-editor.c
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/gui/dialogs/event-editor.c')
-rw-r--r--calendar/gui/dialogs/event-editor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c
index 574829209c..b592606dec 100644
--- a/calendar/gui/dialogs/event-editor.c
+++ b/calendar/gui/dialogs/event-editor.c
@@ -206,9 +206,7 @@ event_editor_init (EventEditor *ee)
COMP_EDITOR_PAGE (priv->meet_page),
_("Meeting"));
- comp_editor_merge_ui (COMP_EDITOR (ee), EVOLUTION_DATADIR
- "/gnome/ui/evolution-event-editor.xml",
- verbs);
+ comp_editor_merge_ui (COMP_EDITOR (ee), "evolution-event-editor.xml", verbs);
priv->meeting_shown = TRUE;
priv->existing_org = FALSE;