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.10,1.11


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.10,1.11
Date: Sat, 04 Jan 2003 20:40:10 -0500

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

Modified Files:
        msn.C 
Log Message:
readd existing contacts to FL/AL


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- msn.C       4 Jan 2003 21:24:26 -0000       1.10
+++ msn.C       5 Jan 2003 01:40:08 -0000       1.11
@@ -1309,18 +1309,18 @@
 
 void ext_got_info(msnconn * conn, syncinfo * info)
 {
-  GList *existing = get_all_accounts(SERVICE_INFO.protocol_id);
+  GList *existing = get_all_accounts(SERVICE_INFO.protocol_id); 
   eb_debug(DBG_MOD, "Got the sync info!\n");
   msn_set_state(conn, "NLN");
     for(existing; existing != NULL && existing->data != NULL; existing = 
existing->next) {
            char *cnt = (char*) existing->data;
            if (!is_on_list(cnt,info->al)) {
                    eb_debug(DBG_MOD,"adding %s to al\n",cnt);
-               //msn_add_to_list(mainconn, "AL", account->handle);
+               msn_add_to_list(mainconn, "AL", cnt);
            }
            if (!is_on_list(cnt,info->fl)) {
                    eb_debug(DBG_MOD,"adding %s to fl\n",cnt);
-               //msn_add_to_list(mainconn, "FL", account->handle);
+               msn_add_to_list(mainconn, "FL", cnt);
            }
     }
 





reply via email to

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