From c086c794ae2555b80c5a0456d0914f8b80b715b2 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Wed, 28 Apr 2004 19:42:12 +0000 Subject: Call gnome_program_init with PACKAGE "-" BASE_VERSION so that we start up 2004-04-28 Rodney Dawes * main.c (main): Call gnome_program_init with PACKAGE "-" BASE_VERSION so that we start up the right version of evolution when we get killed by logout or whatever Fixes #54087 svn path=/trunk/; revision=25673 --- shell/ChangeLog | 8 ++++++++ shell/main.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 7ea06f5314..0cb14c6725 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2004-04-28 Rodney Dawes + + * main.c (main): Call gnome_program_init with PACKAGE "-" BASE_VERSION + so that we start up the right version of evolution when we get killed + by logout or whatever + + Fixes #54087 + 2004-04-27 JP Rosevear * e-shell-window.c (sidebar_button_selected_callback): init the diff --git a/shell/main.c b/shell/main.c index ccc3040d05..5cc459e528 100644 --- a/shell/main.c +++ b/shell/main.c @@ -529,7 +529,7 @@ main (int argc, char **argv) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - program = gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv, + program = gnome_program_init (PACKAGE "-" BASE_VERSION, VERSION, LIBGNOMEUI_MODULE, argc, argv, GNOME_PROGRAM_STANDARD_PROPERTIES, GNOME_PARAM_POPT_TABLE, options, GNOME_PARAM_HUMAN_READABLE_NAME, _("Evolution"), -- cgit v1.2.3