diff -r f8e1573bfde0 -r 14a3fdc0aed7 pidgin/plugins/pidginrc.c --- a/pidgin/plugins/pidginrc.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/pidginrc.c Mon Apr 30 00:34:04 2007 +0000 @@ -599,7 +599,13 @@ static PidginPluginUiInfo purplerc_ui_info = { purplerc_get_config_frame, - 0 /* page_num (Reserved) */ + 0, /* page_num (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo purplerc_info = @@ -625,6 +631,12 @@ &purplerc_ui_info, NULL, NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };