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.28,1.29


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

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

Modified Files:
        chat_room.c 
Log Message:
Remove leaving people from the typing
persons list


Index: chat_room.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_room.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- chat_room.c 15 Jan 2003 17:08:00 -0000      1.28
+++ chat_room.c 15 Jan 2003 17:13:05 -0000      1.29
@@ -572,7 +572,10 @@
        if(node && room->fellows)
        {
                eb_chat_room_buddy * ecrb = node->data;
+               eb_account *ea = find_account_by_handle(ecrb->handle, 
room->service_id);
+               
                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]