diff options
author | Ted Gould <ted@canonical.com> | 2009-10-05 21:55:39 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-05 21:55:39 -0400 |
commit | b66fdf661dc9a14d3e842f045062a8f4937642c3 (patch) | |
tree | d0a93e903b35d6b78f8ef80272ac35ffb4564450 /tools | |
parent | 2fc8aa2cd7049bd3159af5f419e87b72a1ca8231 (diff) | |
download | libdbusmenu-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.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; |