# HG changeset patch # User Nathan Walp # Date 1055880845 0 # Node ID 1344aeab6baa74f70ece902c133d60f675d0584e # Parent 9657e243d0017cc767761a669036511adea154a1 [gaim-migrate @ 6346] I think this is better committer: Tailor Script diff -r 9657e243d001 -r 1344aeab6baa src/buddy_chat.c --- a/src/buddy_chat.c Tue Jun 17 18:56:53 2003 +0000 +++ b/src/buddy_chat.c Tue Jun 17 20:14:05 2003 +0000 @@ -351,7 +351,7 @@ gtk_container_set_border_width(GTK_CONTAINER(jc_vbox), 0); #else - joinchatgc = connections->data; + joinchatgc = gaim_connections_get_all()->data; #endif rebuild_jc(); /* buttons */ diff -r 9657e243d001 -r 1344aeab6baa src/protocols/msn/ft.c --- a/src/protocols/msn/ft.c Tue Jun 17 18:56:53 2003 +0000 +++ b/src/protocols/msn/ft.c Tue Jun 17 20:14:05 2003 +0000 @@ -24,7 +24,6 @@ #ifdef _WIN32 #include "win32dep.h" -__declspec(dllimport) GList *connections; #endif static struct gaim_xfer * @@ -375,7 +374,7 @@ account = gaim_xfer_get_account(xfer); xfer_data = (struct msn_xfer_data *)xfer->data; - if (source == -1 || !g_slist_find(connections, account->gc)) { + if (source == -1 || !g_slist_find(gaim_connections_get_all(), account->gc)) { gaim_debug(GAIM_DEBUG_ERROR, "msn", "MSNFTP: Error establishing connection\n"); close(source);