ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/jabber jabber.c,1.11,1.12


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/jabber jabber.c,1.11,1.12
Date: Mon, 17 Mar 2003 09:44:57 -0500

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

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


Index: jabber.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/jabber/jabber.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- jabber.c    6 Feb 2003 09:15:37 -0000       1.11
+++ jabber.c    17 Mar 2003 14:44:55 -0000      1.12
@@ -130,7 +130,7 @@
 static LList *jabber_contacts = NULL;
 
 static char * jabber_status_strings[] =
-{ "", "(Away)", "(Do Not Disturb)", "(Extended Away)", "(Chat)", "(Offline)"};
+{ "", "Away", "Do Not Disturb", "Extended Away", "Chat", "Offline"};
 
 
 /*     There are no prefs for Jabber at the moment.





reply via email to

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