From: Sebastian Spaeth Date: Mon, 22 Mar 2010 10:19:51 +0000 (+0100) Subject: Fix Database().create_query() to actually initialize the Query with the correct object. X-Git-Tag: 0.3~121^2~51 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=63c5a6d77d2b51104305e91676720099f4667e92;hp=63c5a6d77d2b51104305e91676720099f4667e92;p=notmuch Fix Database().create_query() to actually initialize the Query with the correct object. We were passing the internal pointer to the notmuch_database_t object to Query(), but it should be initialized with the Database() object itself. This rightfully raised an exception. Yay, for thorough sanity checking. ---