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.52,1.53


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.52,1.53
Date: Wed, 29 Jan 2003 10:20:14 -0500

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

Modified Files:
        msn.C 
Log Message:
Remove 0.2.1-82 hack (it's fixed in 0.2.1-86 ;-))



Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- msn.C       29 Jan 2003 15:16:41 -0000      1.52
+++ msn.C       29 Jan 2003 15:20:12 -0000      1.53
@@ -1608,8 +1608,7 @@
     ea = find_account_by_handle(buddy, SERVICE_INFO.protocol_id);
     if (ea) {
         mad = (eb_msn_account_data *)ea->protocol_account_data;
-       if (!strcmp(buddy, ea->account_contact->nick)
-          && !find_contact_by_nick(tmp)) {     
+       if (!strcmp(buddy, ea->account_contact->nick)) {        
           rename_contact(ea->account_contact, tmp);    
        }
     } else {





reply via email to

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