changeset 26333:31e05bafd7a3

Add the padding needed from the previous commit
author Paul Aurich <paul@darkrain42.org>
date Sun, 29 Mar 2009 21:17:34 +0000
parents 2efdd76f5dc0
children 535c866b433c
files pidgin/gtkdisco.c
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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() {