guile: update for lib/mu-store changes

This commit is contained in:
Dirk-Jan C. Binnema 2019-07-28 14:27:05 +03:00
parent afde8811b6
commit 8f24b4103a
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
#include "mu-guile.h"
#include <mu-runtime.h>
#include <mu-store.h>
#include <mu-store.hh>
#include <mu-query.h>
#include <mu-msg.h>
#include <mu-msg-part.h>

View File

@ -29,7 +29,7 @@
#include <mu-runtime.h>
#include <mu-query.h>
#include <mu-runtime.h>
#include <mu-store.h>
#include <mu-store.hh>
#include <mu-query.h>
#include <mu-msg.h>
@ -89,7 +89,7 @@ mu_guile_init_instance (const char *muhome)
return FALSE;
err = NULL;
store = mu_store_new_read_only
store = mu_store_new_readable
(mu_runtime_path(MU_RUNTIME_PATH_XAPIANDB),
&err);
if (!store)