Mercurial > pidgin.yaz
diff pidgin/plugins/notify.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 | 4ca97b26a8fb 4ce45c227f10 |
line wrap: on
line diff
--- a/pidgin/plugins/notify.c Mon Apr 30 00:17:43 2007 +0000 +++ b/pidgin/plugins/notify.c Mon Apr 30 00:34:04 2007 +0000 @@ -877,7 +877,13 @@ static PidginPluginUiInfo ui_info = { get_config_frame, - 0 /* page_num (Reserved) */ + 0, /* page_num (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -909,6 +915,12 @@ &ui_info, /**< ui_info */ NULL, /**< extra_info */ NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
