diff options
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 426ceb0750..6ce2098eb8 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -1784,7 +1784,9 @@ 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, "evolution.xml", "evolution", NULL); + bonobo_ui_util_set_ui (priv->ui_component, EVOLUTION_DATADIR, + EVOLUTION_UIDIR "/evolution.xml", + "evolution", NULL); setup_widgets (shell_view); |