Mercurial > pidgin.yaz
diff pidgin/plugins/markerline.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/markerline.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/markerline.c Mon Apr 30 00:34:04 2007 +0000 @@ -261,6 +261,12 @@ get_plugin_pref_frame, 0, NULL, + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = { @@ -288,7 +294,13 @@ NULL, /* ui_info */ NULL, /* extra_info */ &prefs_info, /* prefs_info */ - NULL /* actions */ + NULL, /* actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static void
