ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src chat_room.c,1.52,1.53


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src chat_room.c,1.52,1.53
Date: Wed, 05 Mar 2003 10:17:30 -0500

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

Modified Files:
        chat_room.c 
Log Message:
use alias for log 


Index: chat_room.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_room.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- chat_room.c 5 Mar 2003 14:38:44 -0000       1.52
+++ chat_room.c 5 Mar 2003 15:17:27 -0000       1.53
@@ -611,7 +611,7 @@
        return find_chat_room_buddy(room, user) != NULL;
 }
 
-static void eb_chat_room_private_log_reference(eb_chat_room *room, char 
*handle)
+static void eb_chat_room_private_log_reference(eb_chat_room *room, char 
*alias, char *handle)
 {
        struct contact *con = find_contact_by_handle(handle);
        char buff[1024];
@@ -634,7 +634,7 @@
        
        g_snprintf(buff, 1024, "You had a <a href=\"log://%s\">group chat with 
%s</a>.\n",
                        room->loginfo->filename,
-                       handle);
+                       alias, handle);
        
        eb_log_message(li, "", buff);
        eb_log_close(li);
@@ -660,7 +660,7 @@
         buf = g_strdup_printf(_("<i>%s (%s) has joined the chat</i>"), alias, 
handle);
         eb_chat_room_show_3rdperson(room, buf);
        
-       eb_chat_room_private_log_reference(room, handle);
+       eb_chat_room_private_log_reference(room, alias, handle);
        
        g_free(buf);
 





reply via email to

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