From d47803508bafe6a1f3878ab84701ea8918aad630 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 26 Mar 2003 23:01:07 +0000 Subject: (e_shell_view_construct): Pass "evolution-1.4" as the app name to bonobo_ui_util_set_ui() instead of "evolution". svn path=/trunk/; revision=20527 --- shell/ChangeLog | 5 +++++ shell/e-shell-view.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 3925be2841..92f811b9fa 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-03-26 Ettore Perazzoli + + * e-shell-view.c (e_shell_view_construct): Pass "evolution-1.4" as + the app name to bonobo_ui_util_set_ui() instead of "evolution". + 2003-03-26 Ettore Perazzoli [Shell part of #7153.] diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 5920644ada..9e9468145b 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -1834,7 +1834,7 @@ e_shell_view_construct (EShellView *shell_view, bonobo_ui_util_set_ui (priv->ui_component, EVOLUTION_DATADIR, EVOLUTION_UIDIR "/evolution.xml", - "evolution", NULL); + "evolution-1.4", NULL); setup_widgets (shell_view); -- cgit v1.2.3