aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-window.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index aa4f72a521..7470b7bae5 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-22 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-shell-window.c (e_shell_window_new): Change to "evolution-1.5"
+ - although, ideally, this should be a config.h macro or something.
+
2003-10-22 Dan Winship <danw@ximian.com>
* main.c: Remove e_proxy_init call. (e-proxy is gone now)
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 123a6175c7..2853374b98 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -437,7 +437,7 @@ e_shell_window_new (EShell *shell)
bonobo_ui_util_set_ui (priv->ui_component,
PREFIX,
EVOLUTION_UIDIR "/evolution.xml",
- "evolution-1.4", NULL);
+ "evolution-1.5", NULL);
e_shell_window_commands_setup (window);