* start working on some mu-based widgets (widgets/), create toys2/mug2 for testing

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-08 12:48:25 +02:00
parent 6033f51138
commit b46d591796
18 changed files with 2122 additions and 3 deletions

View File

@ -312,7 +312,6 @@ mu_query_new (const char* xpath, GError **err)
"'%s' is not a readable xapian dir", xpath);
return NULL;
}
if (!mu_util_db_version_up_to_date (xpath)) {
g_set_error (err, 0, MU_ERROR_XAPIAN_NOT_UPTODATE,