# HG changeset patch # User Christian Hammond # Date 1054365767 0 # Node ID 011a0a975060ee176ee383d99ca983d1290f1e43 # Parent 343dbdcc44e2669aa31175292c0a2202d544a3ff [gaim-migrate @ 5994] These G_MODULE_IMPORT connections things are getting on my nerves. committer: Tailor Script diff -r 343dbdcc44e2 -r 011a0a975060 src/protocols/yahoo/yahoo.c --- 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; }