Mercurial > pidgin
diff plugins/pluginpref_example.c @ 13211:ca559e2b1d0a
[gaim-migrate @ 15575]
Just a couple miscellaneous whitespace, spelling, and warning fixed from one
of my trees.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Fri, 10 Feb 2006 05:14:46 +0000 |
| parents | e7e3144760b0 |
| children |
line wrap: on
line diff
--- a/plugins/pluginpref_example.c Fri Feb 10 03:46:40 2006 +0000 +++ b/plugins/pluginpref_example.c Fri Feb 10 05:14:46 2006 +0000 @@ -108,7 +108,9 @@ } static GaimPluginUiInfo prefs_info = { - get_plugin_pref_frame + get_plugin_pref_frame, + 0, /* page_num (Reserved) */ + NULL /* frame (Reserved) */ }; static GaimPluginInfo info =
