ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.38,1.39


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.38,1.39
Date: Mon, 20 Jan 2003 05:02:20 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2
In directory subversions:/tmp/cvs-serv11711/modules/msn2

Modified Files:
        msn.C 
Log Message:
- src/account.[ch] src/util.c 
Add deletion support to offline contact mgmt
Add connecting flag to eb_local_account
- modules/msn2/msn.C modules/yahoo2/yahoo.c
Use connecting flag


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- msn.C       19 Jan 2003 10:51:14 -0000      1.38
+++ msn.C       20 Jan 2003 10:02:16 -0000      1.39
@@ -552,6 +552,9 @@
                eb_debug(DBG_MOD, "called while already logged or logging 
in\n");
                return;
        }
+       
+       account->connecting = 1;
+       
        msn_local_account = account;
        mlad = (eb_msn_local_account_data 
*)account->protocol_local_account_data;
        mlad->mc = new msnconn;
@@ -569,6 +572,7 @@
                eb_set_active_menu_status(account->status_menu, MSN_ONLINE);
        }
        account->connected=1;
+       account->connecting = 0;
        mlad->status=MSN_ONLINE;
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]