From b66fdf661dc9a14d3e842f045062a8f4937642c3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 5 Oct 2009 21:55:39 -0400 Subject: Forgot to init the type stuff. --- tools/dbusmenu-dumper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/dbusmenu-dumper.c b/tools/dbusmenu-dumper.c index 740398e..25b9047 100644 --- a/tools/dbusmenu-dumper.c +++ b/tools/dbusmenu-dumper.c @@ -119,6 +119,7 @@ static GOptionEntry general_options[] = { int main (int argc, char ** argv) { + g_type_init(); GError * error = NULL; GOptionContext * context; -- cgit v1.2.3