Mercurial > pidgin
diff libpurple/plugins/buddynote.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 | 91460e381dbc |
line wrap: on
line diff
--- a/libpurple/plugins/buddynote.c Sun Apr 29 22:17:53 2007 +0000 +++ b/libpurple/plugins/buddynote.c Sun Apr 29 22:33:23 2007 +0000 @@ -97,7 +97,13 @@ NULL, /**< ui_info */ NULL, /**< extra_info */ NULL, /**< prefs_info */ - NULL /**< actions */ + NULL, /**< actions */ + + /* padding */ + NULL, + NULL, + NULL, + NULL };
