From f13d5385ffa7ed71f9c641cc2d160a9653dd62f4 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 9 Jan 2004 03:13:18 +0000 Subject: make sure we actually upgrade between revisions 2004-01-08 JP Rosevear * e-shell.c (e_shell_attempt_upgrade): make sure we actually upgrade between revisions svn path=/trunk/; revision=24124 --- shell/ChangeLog | 5 +++++ shell/e-shell.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 70c068c8fe..2e07f1b492 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2004-01-08 JP Rosevear + + * e-shell.c (e_shell_attempt_upgrade): make sure we actually + upgrade between revisions + 2004-01-08 JP Rosevear * e-shell-startup-wizard.c (get_intelligent_importers): add a ')' diff --git a/shell/e-shell.c b/shell/e-shell.c index 938967105d..22bfb1a9b3 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -596,7 +596,7 @@ e_shell_attempt_upgrade (EShell *shell, if (! (current_major > major || (current_major == major && current_minor > minor) - || (current_minor == current_minor && current_revision > current_revision))) { + || (current_minor == current_minor && current_revision > revision))) { return TRUE; } -- cgit