diff options
author | Ted Gould <ted@canonical.com> | 2009-05-26 23:55:32 +0200 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-26 23:55:32 +0200 |
commit | cf742bc4e9effbb68dd369c8ff9002d59701458c (patch) | |
tree | 061ca68f0c81b54bbe4452296010a701608e5e2e | |
parent | 1684aa666fa4c345030c17e439e5287ae1a2498e (diff) | |
download | libdbusmenu-cf742bc4e9effbb68dd369c8ff9002d59701458c.tar.gz libdbusmenu-cf742bc4e9effbb68dd369c8ff9002d59701458c.tar.bz2 libdbusmenu-cf742bc4e9effbb68dd369c8ff9002d59701458c.zip |
Same cut and paste bug, you'd think I'd be smart enough to check this when I fixed the last one. Dumbass.
-rw-r--r-- | libdbusmenu-glib/menuitem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/menuitem.c b/libdbusmenu-glib/menuitem.c index bc499e0..95391a4 100644 --- a/libdbusmenu-glib/menuitem.c +++ b/libdbusmenu-glib/menuitem.c @@ -156,7 +156,7 @@ dbusmenu_menuitem_class_init (DbusmenuMenuitemClass *klass) G_STRUCT_OFFSET(DbusmenuMenuitemClass, child_removed), NULL, NULL, _dbusmenu_menuitem_marshal_VOID__OBJECT, - G_TYPE_NONE, 2, G_TYPE_OBJECT); + G_TYPE_NONE, 1, G_TYPE_OBJECT); g_object_class_install_property (object_class, PROP_ID, g_param_spec_uint("id", "ID for the menu item", |