aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c2
1 files changed, 1 insertions, 1 deletions
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;
}