Mercurial > pidgin.yaz
changeset 19720:b2d213681176
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.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Mon, 10 Sep 2007 23:19:34 +0000 |
parents | bfa1557a7773 |
children | 2643bd295495 |
files | libpurple/protocols/myspace/myspace.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,