diff options
-rw-r--r-- | tools/dbusmenu-dumper.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |