# HG changeset patch # User Paul Aurich # Date 1238361454 0 # Node ID 31e05bafd7a3a0b1a6e7389c3e5b91f7ccb3771f # Parent 2efdd76f5dc021402bc3e1e17543335cd3847ce1 Add the padding needed from the previous commit diff -r 2efdd76f5dc0 -r 31e05bafd7a3 pidgin/gtkdisco.c --- a/pidgin/gtkdisco.c Sun Mar 29 20:54:30 2009 +0000 +++ b/pidgin/gtkdisco.c Sun Mar 29 21:17:34 2009 +0000 @@ -478,7 +478,12 @@ pidgin_disco_create, pidgin_disco_destroy, pidgin_disco_add_service, - pidgin_disco_in_progress + pidgin_disco_in_progress, + /* padding */ + NULL, + NULL, + NULL, + NULL }; void pidgin_disco_init() {