diff -r f8e1573bfde0 -r 14a3fdc0aed7 pidgin/plugins/extplacement.c --- a/pidgin/plugins/extplacement.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/extplacement.c Mon Apr 30 00:34:04 2007 +0000 @@ -118,7 +118,13 @@ static PurplePluginUiInfo prefs_info = { get_plugin_pref_frame, 0, /* page_num (Reserved) */ - NULL /* frame (Reserved) */ + NULL, /* frame (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -146,7 +152,13 @@ NULL, /**< ui_info */ NULL, /**< extra_info */ &prefs_info, /**< prefs_info */ - NULL /**< actions */ + NULL, /**< actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void