aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-view.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 3925be2841..92f811b9fa 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2003-03-26 Ettore Perazzoli <ettore@ximian.com>
+ * 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 <ettore@ximian.com>
+
[Shell part of #7153.]
* e-local-storage.c (load_folder): Call e_storage_new_folder()
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);