Mercurial > pidgin
diff libpurple/plugins/psychic.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 | f8eb3e7c4fbd |
| children | 589cc5757148 |
line wrap: on
line diff
--- a/libpurple/plugins/psychic.c Sun Apr 29 22:17:53 2007 +0000 +++ b/libpurple/plugins/psychic.c Sun Apr 29 22:33:23 2007 +0000 @@ -120,6 +120,12 @@ get_plugin_pref_frame, 0, /* page_num (Reserved) */ NULL, /* frame (Reserved) */ + + /* padding */ + NULL, + NULL, + NULL, + NULL }; @@ -149,6 +155,12 @@ NULL, /**< extra_info */ &prefs_info, /**< prefs_info */ NULL, /**< actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL };
