ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/icq icq.c,1.14,1.15


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/icq icq.c,1.14,1.15
Date: Thu, 06 Feb 2003 04:15:39 -0500

Update of /cvsroot/ayttm/ayttm/modules/icq
In directory subversions:/tmp/cvs-serv14654/modules/icq

Modified Files:
        icq.c 
Log Message:
chat_window & chat_room structs cleaning


Index: icq.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/icq/icq.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- icq.c       31 Jan 2003 13:30:41 -0000      1.14
+++ icq.c       6 Feb 2003 09:15:37 -0000       1.15
@@ -921,7 +921,7 @@
                eb_debug(DBG_ICQ, "sending \"%s\" to %ld\n", message, ib->uin );
                ICQ_Send_Chat(ib->uin, buffer);
        }
-       eb_chat_room_show_message( room, room->chat_room_account->alias,  
message);
+       eb_chat_room_show_message( room, room->local_user->alias,  message);
        g_free(buffer);
 }
        
@@ -1354,7 +1354,7 @@
        strcpy(ecr->room_name, "ICQ");
        strcpy(ecr->id, "ICQ");
        ecr->connected = 0;
-       ecr->chat_room_account = account;
+       ecr->local_user = account;
 
        eb_join_chat_room(ecr);
        eb_chat_room_buddy_arrive( ecr, account->alias, account->handle );





reply via email to

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