changeset 11909:1b029c5898af

[gaim-migrate @ 14200] SF Patch #1342842 from Evan Schoenberg "Compiling statically (GAIM_PLUGINS not defined or GAIM_STATIC_PRPL defined), the GAIM_INIT_PLUGIN() creates a normal function... I get a compile error in gcc 3.3 in this condition when the function contains a hyphen, which the new name "gadu- gadu" for the gg prpl causes. This patch changes it back to gg so it will compile." This seems reasonable to me. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 30 Oct 2005 23:21:22 +0000
parents 34ea75bdd0c9
children 700ec4523c04
files src/protocols/gg/gg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Sun Oct 30 23:14:39 2005 +0000
+++ b/src/protocols/gg/gg.c	Sun Oct 30 23:21:22 2005 +0000
@@ -1671,7 +1671,7 @@
 }
 /* }}} */
 
-GAIM_INIT_PLUGIN(gadu-gadu, init_plugin, info);
+GAIM_INIT_PLUGIN(gg, init_plugin, info);
 
 /* vim: set ts=4 sts=0 sw=4 noet: */