http://bugs.freedesktop.org/show_bug.cgi?id=19461
--- Comment #3 from Sunil Mohan Adapa <[email protected]> 2009-01-08 06:29:57 PST --- Thanks Simon, I also had to make the following change in the generated code. I don't recollect perfectly but I think it was because of the empty initialization. Should the code generator be fixed? --- telepathy-glib/telepathy-glib/_gen/tp-svc-channel.c +++ telepathy-glib/telepathy-glib/_gen/tp-svc-channel.c @@ -2122,12 +2122,10 @@ tp_svc_channel_type_contact_list_base_in tp_svc_channel_type_contact_list_base_init_once (klass); } } -static const DBusGMethodInfo _tp_svc_channel_type_contact_list_methods[] = { -}; static const DBusGObjectInfo _tp_svc_channel_type_contact_list_object_info = { 0, - _tp_svc_channel_type_contact_list_methods, + NULL, 0, "\0", "\0\0", -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
