Mercurial > pidgin
diff libpurple/plugins/offlinemsg.c @ 16666:5205dd2bd035
And the rest of the plugins that are compiling for me by default...
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Sun, 29 Apr 2007 22:33:23 +0000 |
| parents | 08db93bbd798 |
| children | 425010370845 768eb39c8834 |
line wrap: on
line diff
--- a/libpurple/plugins/offlinemsg.c Sun Apr 29 22:17:53 2007 +0000 +++ b/libpurple/plugins/offlinemsg.c Sun Apr 29 22:33:23 2007 +0000 @@ -199,6 +199,12 @@ static PurplePluginUiInfo prefs_info = { get_plugin_pref_frame, 0, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL }; @@ -228,7 +234,13 @@ NULL, /* ui_info */ NULL, /* extra_info */ &prefs_info, /* prefs_info */ - NULL /* actions */ + NULL, /* actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void
