aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-05 21:55:39 -0400
committerTed Gould <ted@canonical.com>2009-10-05 21:55:39 -0400
commitb66fdf661dc9a14d3e842f045062a8f4937642c3 (patch)
treed0a93e903b35d6b78f8ef80272ac35ffb4564450 /tools
parent2fc8aa2cd7049bd3159af5f419e87b72a1ca8231 (diff)
downloadlibdbusmenu-b66fdf661dc9a14d3e842f045062a8f4937642c3.tar.gz
libdbusmenu-b66fdf661dc9a14d3e842f045062a8f4937642c3.tar.bz2
libdbusmenu-b66fdf661dc9a14d3e842f045062a8f4937642c3.zip
Forgot to init the type stuff.
Diffstat (limited to 'tools')
-rw-r--r--tools/dbusmenu-dumper.c1
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;