Changeset 3244 for trunk/jons-gtk-gui

Show
Ignore:
Timestamp:
01/26/03 04:24:30 (6 years ago)
Author:
emostar
Message:

Use the new icqFileTransfer function

Files:
1 modified

Legend:

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

    r3099 r3244  
    720720    catcher = g_slist_append(catcher, fs->etd); 
    721721 
     722        ConstFileList lFileList; 
     723        lFileList.push_back(strdup(file_name)); 
     724 
    722725    fs->etd->e_tag = icq_daemon->icqFileTransfer(fs->uin, file_name, 
    723726                gtk_editable_get_chars(GTK_EDITABLE( 
    724727                    fs->description), 0, -1), 
    725                 ICQ_TCPxMSG_NORMAL, false); 
     728                lFileList, ICQ_TCPxMSG_NORMAL, false); 
    726729} 
    727730