diff -r f8e1573bfde0 -r 14a3fdc0aed7 pidgin/plugins/spellchk.c --- a/pidgin/plugins/spellchk.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/spellchk.c Mon Apr 30 00:34:04 2007 +0000 @@ -2350,7 +2350,13 @@ static PidginPluginUiInfo ui_info = { get_config_frame, - 0 /* page_num (Reserved) */ + 0, /* page_num (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -2376,6 +2382,12 @@ &ui_info, NULL, NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };