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.29,1.30


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src chat_room.c,1.29,1.30
Date: Wed, 15 Jan 2003 12:23:35 -0500

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

Modified Files:
        chat_room.c 
Log Message:
better fix for last commit


Index: chat_room.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_room.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- chat_room.c 15 Jan 2003 17:13:05 -0000      1.29
+++ chat_room.c 15 Jan 2003 17:23:32 -0000      1.30
@@ -573,9 +573,8 @@
        {
                eb_chat_room_buddy * ecrb = node->data;
                eb_account *ea = find_account_by_handle(ecrb->handle, 
room->service_id);
-               
+               eb_chat_room_display_status (ea, NULL);
                room->fellows = g_list_remove_link(room->fellows, node);
-               room->typing_fellows = g_list_remove(room->typing_fellows, ea);
                g_free(ecrb);
        }
        eb_chat_room_refresh_list(room);





reply via email to

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