ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src chat_window.c,1.43,1.44


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src chat_window.c,1.43,1.44
Date: Thu, 30 Jan 2003 09:41:49 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv5805/src

Modified Files:
        chat_window.c 
Log Message:
this time really fixed the colours


Index: chat_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_window.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- chat_window.c       30 Jan 2003 06:51:00 -0000      1.43
+++ chat_window.c       30 Jan 2003 14:41:47 -0000      1.44
@@ -1242,8 +1242,8 @@
 
                time(&t);
                cur_time = localtime(&t);
-               g_snprintf(buff2, BUF_SIZE, "<FONT 
COLOR=\"#ff0000\">%d:%.2d:%.2d</FONT> <FONT COLOR=\"%s\">%s:</FONT>",
-                        cur_time->tm_hour, cur_time->tm_min,
+               g_snprintf(buff2, BUF_SIZE, "<FONT 
COLOR=\"%s\">%d:%.2d:%.2d</FONT> <FONT COLOR=\"%s\">%s:</FONT>",
+                        color, cur_time->tm_hour, cur_time->tm_min,
                         cur_time->tm_sec, color, remote_contact->nick);
        }
        else





reply via email to

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