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.25,1.26


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src chat_room.c,1.25,1.26
Date: Mon, 13 Jan 2003 11:16:20 -0500

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

Modified Files:
        chat_room.c 
Log Message:
fix typing status in chatrooms opened by others


Index: chat_room.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_room.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- chat_room.c 13 Jan 2003 12:02:21 -0000      1.25
+++ chat_room.c 13 Jan 2003 16:16:14 -0000      1.26
@@ -759,6 +759,9 @@
        if(chat_room->connected)
                return;
        
+       if (!g_list_find(chat_rooms, chat_room))
+               chat_rooms = g_list_append(chat_rooms, chat_room);
+       
        /*otherwise we are going to make ourselves a gui right here*/
 
        vbox = gtk_vbox_new(FALSE, 1);





reply via email to

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