diff libpurple/protocols/sametime/sametime.c @ 29294:8b17877d3294

propagate from branch 'im.pidgin.pidgin' (head 74c00c33cab0e208691543b25eeae7906f6e4181) to branch 'im.pidgin.cpw.attention_ui' (head 3471a591582c3bbaaf1ed35288bce15461b920e3)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 22 Jun 2009 21:53:53 +0000
parents 01f1929d0936
children f541583e31bd
line wrap: on
line diff
--- a/libpurple/protocols/sametime/sametime.c	Mon Jun 08 18:28:31 2009 +0000
+++ b/libpurple/protocols/sametime/sametime.c	Mon Jun 22 21:53:53 2009 +0000
@@ -1466,7 +1466,7 @@
 
   if(purple_account_get_bool(account, MW_KEY_FORCE, FALSE) ||
      !host || (! strcmp(current_host, host)) ||
-     (purple_proxy_connect(NULL, account, host, port, connect_cb, pd) == NULL)) {
+     (purple_proxy_connect(gc, account, host, port, connect_cb, pd) == NULL)) {
 
     /* if we're configured to force logins, or if we're being
        redirected to the already configured host, or if we couldn't