diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-view.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 61bc06f773..365568f47b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-04-18 Rodney Dawes <dobey@ximian.com> + + * e-shell-view.c: Use PREFIX instead of EVOLUTION_DATADIR for + bonobo_ui_util_set_ui () [#21499] + 2003-04-17 Dan Winship <danw@ximian.com> * e-shell-folder-creation-dialog.c (add_folder_types): If the diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 75aedb6798..e3a4a1422e 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -1823,7 +1823,7 @@ e_shell_view_construct (EShellView *shell_view, bonobo_ui_component_freeze (priv->ui_component, NULL); - bonobo_ui_util_set_ui (priv->ui_component, EVOLUTION_DATADIR, + bonobo_ui_util_set_ui (priv->ui_component, PREFIX, EVOLUTION_UIDIR "/evolution.xml", "evolution-1.4", NULL); |