ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/zephyr zephyr_mod.c,1.4,1.5


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/zephyr zephyr_mod.c,1.4,1.5
Date: Mon, 17 Mar 2003 09:44:58 -0500

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

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


Index: zephyr_mod.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/zephyr/zephyr_mod.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- zephyr_mod.c        30 Jan 2003 08:23:19 -0000      1.4
+++ zephyr_mod.c        17 Mar 2003 14:44:55 -0000      1.5
@@ -146,9 +146,9 @@
 
 gchar *zephyr_status_strings[] = { 
   "", 
-  "(Away)", 
-  "(Hidden)", 
-  "(Offline)", 
+  "Away", 
+  "Hidden", 
+  "Offline", 
 } ;
 
 





reply via email to

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