ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/aim-toc aim-toc.c,1.23,1.24


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

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

Modified Files:
        aim-toc.c 
Log Message:
move status parentheses from modules to core


Index: aim-toc.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/aim-toc/aim-toc.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- aim-toc.c   6 Feb 2003 10:08:51 -0000       1.23
+++ aim-toc.c   17 Mar 2003 14:44:49 -0000      1.24
@@ -999,15 +999,15 @@
                hours = hours%24;
                if( days )
                {
-                       g_snprintf( buf, 255, " (%d:%02d:%02d)", days, hours, 
minutes );
+                       g_snprintf( buf, 255, " %d:%02d:%02d", days, hours, 
minutes );
                }
                else if(hours)
                {
-                       g_snprintf( buf, 255, " (%d:%02d)", hours, minutes);
+                       g_snprintf( buf, 255, " %d:%02d", hours, minutes);
                }
                else
                {
-                       g_snprintf( buf, 255, " (%d)", minutes); 
+                       g_snprintf( buf, 255, " %d", minutes); 
                }
        }
 
@@ -1017,7 +1017,7 @@
                g_snprintf(string, 255, "%s", buf);
 
        if (!account->online)
-               g_snprintf(string, 255, "(Offline)");           
+               g_snprintf(string, 255, "Offline");             
 
        return string;
 }





reply via email to

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