diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/evolution-nognome.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7da94af9e2..c6320aaa32 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2004-02-15 Rodney Dawes <dobey@ximian.com> + + * evolution-nognome.in: Use @BASE_VERSION@ for the binary + + Fixes #54796 + 2004-02-18 Not Zed <NotZed@Ximian.com> * e-shell-offline-handler.c (prepare_for_offline): remove id, and diff --git a/shell/evolution-nognome.in b/shell/evolution-nognome.in index bd6f15789b..da0e941aab 100644 --- a/shell/evolution-nognome.in +++ b/shell/evolution-nognome.in @@ -9,5 +9,5 @@ LD_LIBRARY_PATH=@prefix@/lib:/usr/gnome/lib:${LD_LIBRARY_PATH} export LD_LIBRARY_PATH GNOME2_PATH PATH -exec @libexecdir@/evolution-1.3 "$@" +exec @libexecdir@/evolution-@BASE_VERSION@ "$@" |