* mu-cmd-index: minor, cosmetic

This commit is contained in:
Dirk-Jan C. Binnema 2010-09-09 08:18:14 +03:00
parent 42cdf60504
commit 1a98b2de64
1 changed files with 2 additions and 3 deletions

View File

@ -59,11 +59,10 @@ mu_index_new (const char *xpath)
* mu_index_run instead? */
if (mu_util_db_is_empty (xpath))
index->_needs_reindex = FALSE;
else {
else
index->_needs_reindex =
mu_util_db_version_up_to_date (xpath) ? FALSE : TRUE;
}
return index;
}