changeset 5590:011a0a975060

[gaim-migrate @ 5994] These G_MODULE_IMPORT connections things are getting on my nerves. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 07:22:47 +0000
parents 343dbdcc44e2
children 74a0e79ad627
files src/protocols/yahoo/yahoo.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Sat May 31 07:19:26 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Sat May 31 07:22:47 2003 +0000
@@ -53,9 +53,6 @@
 
 extern char *yahoo_crypt(const char *, const char *);
 
-/* for win32 compatability */
-G_MODULE_IMPORT GSList *connections;
-
 /* #define YAHOO_DEBUG */
 
 #define USEROPT_MAIL 0
@@ -968,7 +965,7 @@
 	struct yahoo_data *yd;
 	struct yahoo_packet *pkt;
 
-	if (!g_slist_find(connections, gc)) {
+	if (!g_list_find(gaim_connections_get_all(), gc)) {
 		close(source);
 		return;
 	}