ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.15,1.16


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.15,1.16
Date: Mon, 20 Jan 2003 05:02:20 -0500

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

Modified Files:
        yahoo.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: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- yahoo.c     16 Jan 2003 09:51:03 -0000      1.15
+++ yahoo.c     20 Jan 2003 10:02:16 -0000      1.16
@@ -1536,6 +1536,8 @@
 void eb_yahoo_login_with_state(eb_local_account * ela, int login_mode)
 {
        eb_yahoo_local_account_data *ylad = ela->protocol_local_account_data;
+       
+       ela->connecting = 1;
 
        LOG(("eb_yahoo_login_with_state"));
        yahoo_set_log_level(do_yahoo_debug?YAHOO_LOG_DEBUG:YAHOO_LOG_NONE);
@@ -1560,6 +1562,8 @@
        eb_local_account *ela = yahoo_find_local_account_by_id(id);
        eb_yahoo_local_account_data *ylad = ela->protocol_local_account_data;
        char buff[1024];
+
+       ela->connecting = 0;
 
        if(succ == YAHOO_LOGIN_OK) {
                ela->connected = 1;





reply via email to

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