diff plugins/pluginpref_example.c @ 8745:6c0fae7a4f1a

[gaim-migrate @ 9500] " fixed up an issue in the example plugin and a memory leak and some other code.." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 21 Apr 2004 21:05:08 +0000
parents 7024b595b6ae
children d7b8eb1f0a18
line wrap: on
line diff
--- a/plugins/pluginpref_example.c	Wed Apr 21 21:01:42 2004 +0000
+++ b/plugins/pluginpref_example.c	Wed Apr 21 21:05:08 2004 +0000
@@ -33,7 +33,7 @@
 #include "pluginpref.h"
 #include "prefs.h"
 
-GaimPluginPrefFrame *
+static GaimPluginPrefFrame *
 get_plugin_pref_frame(GaimPlugin *plugin) {
 	GaimPluginPrefFrame *frame;
 	GaimPluginPref *ppref;
@@ -146,4 +146,4 @@
 	gaim_prefs_add_string("/plugins/core/pluginpref_example/string_choice", "red");
 }
 
-GAIM_INIT_PLUGIN(relnot, init_plugin, info)
+GAIM_INIT_PLUGIN(ppexample, init_plugin, info)