ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/icq icq.c,1.17,1.18


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/icq icq.c,1.17,1.18
Date: Mon, 17 Mar 2003 09:45:25 -0500

Update of /cvsroot/ayttm/ayttm/modules/icq
In directory subversions:/tmp/cvs-serv14512/modules/icq

Modified Files:
        icq.c 
Log Message:
move status parentheses from modules to core


Index: icq.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/icq/icq.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- icq.c       5 Mar 2003 13:45:57 -0000       1.17
+++ icq.c       17 Mar 2003 14:44:49 -0000      1.18
@@ -147,7 +147,7 @@
 
 /*this is an evil hack to deal with the single user nature of libICQ*/
 static eb_local_account * icq_user_account = NULL;
-static char* ICQ_STATUS_STRINGS[] = {"", "(Away)", "(N/A)", "(Occ)", "(DND)", 
"(Offline)", "(Invis)", "(Chat)"};
+static char* ICQ_STATUS_STRINGS[] = {"", "Away", "N/A", "Occ", "DND", 
"Offline", "Invis", "Chat"};
 
 static LList * icq_buddies = NULL;
 





reply via email to

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