From 4f04a07954d6d577dfd99fbb85fe60db5873d137 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sat, 16 Sep 2000 16:37:07 +0000 Subject: Everywhere add a -DEVOLUTION_DATADIR=${datadir} in the Makefile.am And use this in grabbing the ui from the xml file. Requires HEAD bonobo. svn path=/trunk/; revision=5474 --- shell/e-shell-view-menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell/e-shell-view-menu.c') diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 351c7b6231..0d7c992292 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -457,7 +457,8 @@ e_shell_view_menu_setup (EShellView *shell_view) bonobo_ui_container_freeze (container, NULL); - fname = bonobo_ui_util_get_ui_fname ("evolution.xml"); + fname = bonobo_ui_util_get_ui_fname ( + EVOLUTION_DATADIR, "evolution.xml"); g_warning ("Attempting ui load from '%s'", fname); ui = bonobo_ui_util_new_ui (component, fname, "evolution"); -- cgit v1.2.3