From 079677d943298f320c3af62d2b789de4dc698f69 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Sun, 29 Apr 2007 22:33:23 +0000 Subject: And the rest of the plugins that are compiling for me by default... --- libpurple/plugins/offlinemsg.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'libpurple/plugins/offlinemsg.c') diff --git a/libpurple/plugins/offlinemsg.c b/libpurple/plugins/offlinemsg.c index 0f279d3161..cb9c9a1119 100644 --- a/libpurple/plugins/offlinemsg.c +++ b/libpurple/plugins/offlinemsg.c @@ -199,6 +199,12 @@ get_plugin_pref_frame(PurplePlugin *plugin) static PurplePluginUiInfo prefs_info = { get_plugin_pref_frame, 0, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL }; @@ -228,7 +234,13 @@ static PurplePluginInfo info = NULL, /* ui_info */ NULL, /* extra_info */ &prefs_info, /* prefs_info */ - NULL /* actions */ + NULL, /* actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void -- cgit v1.2.1