aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-03 23:07:55 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-03 23:07:55 +0800
commit8bebb05056fd093d0302546fc65edb130c3c136a (patch)
treed6b46a985b77386944f97ac87d203fdc912497fc /shell/e-shell-window.c
parent54a9260f696f5c7462f40af8f838d723ba3abeb5 (diff)
downloadgsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar.gz
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar.bz2
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar.lz
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar.xz
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar.zst
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.zip
** Fix for bug #386503 from Matthew Barnes
svn path=/trunk/; revision=33647
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index a5475b078f..c6ec497234 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -1066,7 +1066,7 @@ e_shell_window_new (EShell *shell,
bonobo_ui_util_set_ui (priv->ui_component,
PREFIX,
xmlfile,
- "evolution-" BASE_VERSION, NULL);
+ "evolution", NULL);
g_free (xmlfile);
e_shell_window_commands_setup (window);