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.61,1.62


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.61,1.62
Date: Fri, 21 Feb 2003 03:51:43 -0500

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

Modified Files:
        msn.C 
Log Message:
- modules/msn2/msn.C
set friendlyname before setting online status (so people
see it immediately, not at next login)



Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- msn.C       6 Feb 2003 09:34:12 -0000       1.61
+++ msn.C       21 Feb 2003 08:51:40 -0000      1.62
@@ -1534,6 +1534,11 @@
 {
   LList *existing = get_all_accounts(SERVICE_INFO.protocol_id); 
   eb_debug(DBG_MSN, "Got the sync info!\n");
+  if(fname_pref[0]!='\0') { 
+         char * tmp = StrToUtf8(fname_pref);
+         msn_set_friendlyname(conn, tmp); 
+         free(tmp);
+  }
   msn_set_state(conn, "NLN");
   /* hack to check conn status */
   if (conncheck_handler == -1 && do_check_connection)
@@ -1551,11 +1556,6 @@
         }
   }
 
-  if(fname_pref[0]!='\0') { 
-         char * tmp = StrToUtf8(fname_pref);
-         msn_set_friendlyname(conn, tmp); 
-         free(tmp);
-  }
 }
 
 void ext_latest_serial(msnconn * conn, int serial)





reply via email to

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