aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-03-27 07:01:07 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-03-27 07:01:07 +0800
commitd47803508bafe6a1f3878ab84701ea8918aad630 (patch)
treee1f654253630f4a41f42136a96a15c0438ffe0ed
parentb5834ca4070caf4190edc951c0e0ba9cd0919f7d (diff)
downloadgsoc2013-evolution-d47803508bafe6a1f3878ab84701ea8918aad630.tar
gsoc2013-evolution-d47803508bafe6a1f3878ab84701ea8918aad630.tar.gz
gsoc2013-evolution-d47803508bafe6a1f3878ab84701ea8918aad630.tar.bz2
gsoc2013-evolution-d47803508bafe6a1f3878ab84701ea8918aad630.tar.lz
gsoc2013-evolution-d47803508bafe6a1f3878ab84701ea8918aad630.tar.xz
gsoc2013-evolution-d47803508bafe6a1f3878ab84701ea8918aad630.tar.zst
gsoc2013-evolution-d47803508bafe6a1f3878ab84701ea8918aad630.zip
(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
-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);