Mercurial > pidgin.yaz
diff pidgin/plugins/convcolors.c @ 16678:3d41d0d7fb9b
Default plugins are done, for the release i'm not that concerned about plugins that do _NOT_ compile by default
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Mon, 30 Apr 2007 00:34:04 +0000 |
| parents | 32c366eeeb99 |
| children | 44b4e8bd759b |
line wrap: on
line diff
--- a/pidgin/plugins/convcolors.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/convcolors.c Mon Apr 30 00:34:04 2007 +0000 @@ -319,6 +319,12 @@ { get_config_frame, 0, + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -347,7 +353,13 @@ &ui_info, /* ui_info */ NULL, /* extra_info */ NULL, /* prefs_info */ - NULL /* actions */ + NULL, /* actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void
