aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-07-11 10:55:18 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-07-11 10:55:18 +0800
commitcac847c063f91e669e5110c1455a0fc6ccf859d8 (patch)
treecfe4ed22821d298315038740bc2841716a697332 /calendar/gui/dialogs/comp-editor.c
parente10ca4852bc7950db62ca8662b5961fc3a746438 (diff)
downloadgsoc2013-evolution-cac847c063f91e669e5110c1455a0fc6ccf859d8.tar
gsoc2013-evolution-cac847c063f91e669e5110c1455a0fc6ccf859d8.tar.gz
gsoc2013-evolution-cac847c063f91e669e5110c1455a0fc6ccf859d8.tar.bz2
gsoc2013-evolution-cac847c063f91e669e5110c1455a0fc6ccf859d8.tar.lz
gsoc2013-evolution-cac847c063f91e669e5110c1455a0fc6ccf859d8.tar.xz
gsoc2013-evolution-cac847c063f91e669e5110c1455a0fc6ccf859d8.tar.zst
gsoc2013-evolution-cac847c063f91e669e5110c1455a0fc6ccf859d8.zip
Add popup support so you can delete users from the list
2001-07-10 JP Rosevear <jpr@ximian.com> * gui/dialogs/meeting-page.c: Add popup support so you can delete users from the list * gui/dialogs/comp-editor.c (setup_widgets): fix typo svn path=/trunk/; revision=10982
Diffstat (limited to 'calendar/gui/dialogs/comp-editor.c')
-rw-r--r--calendar/gui/dialogs/comp-editor.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index d9d5752eaf..f6c74bb7e3 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -190,8 +190,9 @@ setup_widgets (CompEditor *editor)
"/evolution/UIConf/kvps");
bonobo_ui_component_add_verb_list_with_data (priv->uic, verbs, editor);
- bonobo_ui_util_set_ui (priv->uic, EVOLUTION_DATADIR "/gnome/gui",
- "evolution-comp-editor.xml", "evolution-calendar");
+ bonobo_ui_util_set_ui (priv->uic, EVOLUTION_DATADIR,
+ "evolution-comp-editor.xml",
+ "evolution-calendar");
e_pixmaps_update (priv->uic, pixmaps);
vbox = gtk_vbox_new (FALSE, GNOME_PAD_SMALL);