[PATCH] Add missing call to g_type_init()

Subject: [PATCH] Add missing call to g_type_init()

Date: Mon, 25 Jul 2011 16:33:09 -0400

To: notmuch@notmuchmail.org

Cc:

From: Aaron Ecay


Signed-off-by: Aaron Ecay <aaronecay@gmail.com>
---
 notmuch.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/notmuch.c b/notmuch.c
index 3973e35..f9d6629 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -579,6 +579,7 @@ main (int argc, char *argv[])
     local = talloc_new (NULL);
 
     g_mime_init (0);
+    g_type_init ();
 
     if (argc == 1)
 	return notmuch (local);
-- 
1.7.6


Thread: