* toys/: cleanup after code rearrangements, fix compile breakages

This commit is contained in:
djcb
2011-12-13 08:04:09 +02:00
parent ba5dc29555
commit aaaf49928d
3 changed files with 3 additions and 3 deletions

View File

@ -341,7 +341,7 @@ run_query (const char *xpath, const char *query, MugMsgListView * self)
mu_store_unref (store);
iter = mu_query_run (xapian, query, FALSE, MU_MSG_FIELD_ID_DATE,
TRUE, &err);
TRUE, -1, &err);
mu_query_destroy (xapian);
if (!iter) {
g_warning ("Error: %s", err->message);