* mu_store_needs_upgrade --> mu_store_versions_match

This commit is contained in:
djcb
2013-01-06 15:53:42 +02:00
parent e8f4f5976d
commit f5f8d6de70
9 changed files with 33 additions and 28 deletions

View File

@ -203,7 +203,7 @@ database_version_check_and_update (MuStore *store, MuConfig *opts,
return mu_store_clear (store, err);
}
if (!mu_store_needs_upgrade (store))
if (mu_store_versions_match (store))
return TRUE; /* ok, nothing to do */
/* ok, database is not up to date */