Protocol's (and other plugin's) PurplePluginInfo structs should really be

Mon, 10 Sep 2007 23:19:34 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Mon, 10 Sep 2007 23:19:34 +0000
changeset 19926
fd8c090b8516
parent 19925
3acb9a4cc486
child 19927
a2079ba1453d

Protocol's (and other plugin's) PurplePluginInfo structs should really be
static. If this breaks the myspace prpl let me know (I don't use it) because
that will need fixing in some other way.

libpurple/protocols/myspace/myspace.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/myspace/myspace.c	Mon Sep 10 23:13:42 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Mon Sep 10 23:19:34 2007 +0000
@@ -2933,7 +2933,7 @@
 
 
 /** Based on MSN's plugin info comments. */
-PurplePluginInfo info = {
+static PurplePluginInfo info = {
 	PURPLE_PLUGIN_MAGIC,                                
 	PURPLE_MAJOR_VERSION,
 	PURPLE_MINOR_VERSION,

mercurial