diff -r f8e1573bfde0 -r 14a3fdc0aed7 pidgin/plugins/timestamp_format.c --- a/pidgin/plugins/timestamp_format.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/timestamp_format.c Mon Apr 30 00:34:04 2007 +0000 @@ -126,7 +126,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 = @@ -159,7 +165,13 @@ NULL, /**< ui_info */ NULL, /**< extra_info */ &prefs_info, /**< prefs_info */ - NULL /**< actions */ + NULL, /**< actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void