diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-27 07:01:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-27 07:01:07 +0800 |
commit | d47803508bafe6a1f3878ab84701ea8918aad630 (patch) | |
tree | e1f654253630f4a41f42136a96a15c0438ffe0ed /shell | |
parent | b5834ca4070caf4190edc951c0e0ba9cd0919f7d (diff) | |
download | gsoc2013-evolution-d47803508bafe6a1f3878ab84701ea8918aad630.tar.gz 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
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 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); |