forgot to actually set the latestSetVersion. Oops...

pull/14/head
Arne Jans 14 years ago
parent 8996af1d39
commit 5c5e31bf39

@ -109,7 +109,7 @@ public class StartupService {
// read current version
int latestSetVersion = 0;
try {
AstridPreferences.getCurrentVersion();
latestSetVersion = AstridPreferences.getCurrentVersion();
} catch (Exception e) {
exceptionService.reportError("astrid-startup-version-read", e); //$NON-NLS-1$
}

Loading…
Cancel
Save