ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.43,1.44


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.43,1.44
Date: Mon, 17 Mar 2003 09:44:58 -0500

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

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


Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- yahoo.c     14 Mar 2003 08:26:40 -0000      1.43
+++ yahoo.c     17 Mar 2003 14:44:55 -0000      1.44
@@ -319,20 +319,20 @@
 
 static yahoo_idlabel eb_yahoo_status_codes[] = {
        {YAHOO_STATUS_AVAILABLE, ""},
-       {YAHOO_STATUS_BRB, "(BRB)"},
-       {YAHOO_STATUS_BUSY, "(Busy)"},
-       {YAHOO_STATUS_NOTATHOME, "(Not Home)"},
-       {YAHOO_STATUS_NOTATDESK, "(Not at Desk)"},
-       {YAHOO_STATUS_NOTINOFFICE, "(Not in Office)"},
-       {YAHOO_STATUS_ONPHONE, "(On Phone)"},
-       {YAHOO_STATUS_ONVACATION, "(On Vacation)"},
-       {YAHOO_STATUS_OUTTOLUNCH, "(Out to Lunch)"},
-       {YAHOO_STATUS_STEPPEDOUT, "(Stepped Out)"},
-       {YAHOO_STATUS_INVISIBLE, "(Invisible)"},
-       {YAHOO_STATUS_IDLE, "(Idle)"},
-       {YAHOO_STATUS_OFFLINE, "(Offline)"},
+       {YAHOO_STATUS_BRB, "BRB"},
+       {YAHOO_STATUS_BUSY, "Busy"},
+       {YAHOO_STATUS_NOTATHOME, "Not Home"},
+       {YAHOO_STATUS_NOTATDESK, "Not at Desk"},
+       {YAHOO_STATUS_NOTINOFFICE, "Not in Office"},
+       {YAHOO_STATUS_ONPHONE, "On Phone"},
+       {YAHOO_STATUS_ONVACATION, "On Vacation"},
+       {YAHOO_STATUS_OUTTOLUNCH, "Out to Lunch"},
+       {YAHOO_STATUS_STEPPEDOUT, "Stepped Out"},
+       {YAHOO_STATUS_INVISIBLE, "Invisible"},
+       {YAHOO_STATUS_IDLE, "Idle"},
+       {YAHOO_STATUS_OFFLINE, "Offline"},
        {YAHOO_STATUS_CUSTOM, "[Custom]"},
-       {YAHOO_STATUS_TYPING, "(Typing)"},
+       {YAHOO_STATUS_TYPING, "Typing"},
        {0, NULL}
 };
 





reply via email to

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