Changeset 3195 for trunk/jons-gtk-gui

Show
Ignore:
Timestamp:
01/02/03 12:33:41 (6 years ago)
Author:
emostar
Message:

Fix compiling

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jons-gtk-gui/src/chat_window.cpp

    r3099 r3195  
    404404 
    405405    icq_daemon->icqChatRequestAccept(r_cr->uin, cw->chatman->LocalPort(), 
     406                     r_cr->c_event->Clients(), 
    406407                     r_cr->c_event->Sequence(), 
    407408                     r_cr->c_event->MessageID(), 
     
    418419 
    419420    icq_daemon->icqChatRequestAccept(uin, cw->chatman->LocalPort(), 
     421                     c->Clients(), 
    420422                     c->Sequence(), 
    421423                     c->MessageID(), c->IsDirect());