comparison 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
comparison
equal deleted inserted replaced
13210:77e1d19c115a 13211:ca559e2b1d0a
106 106
107 return frame; 107 return frame;
108 } 108 }
109 109
110 static GaimPluginUiInfo prefs_info = { 110 static GaimPluginUiInfo prefs_info = {
111 get_plugin_pref_frame 111 get_plugin_pref_frame,
112 0, /* page_num (Reserved) */
113 NULL /* frame (Reserved) */
112 }; 114 };
113 115
114 static GaimPluginInfo info = 116 static GaimPluginInfo info =
115 { 117 {
116 GAIM_PLUGIN_MAGIC, 118 GAIM_PLUGIN_MAGIC,