Hello, I made a patch for gabber-0.8.7 to fix a file transfer bug. 
Apparently, a pre-0.8.7 CVS patch removed the line that creates the file 
transfer dialog which also handles the actual file transfer. It's a patch 
made directly from the fix in the latest gabber-CVS.

Thank you for your time,
Tim

--- gabber-0.8.7/src/FTInterface.cc.orig        Tue Apr 30 00:28:48 2002
+++ gabber-0.8.7/src/FTInterface.cc     Tue Apr 30 00:29:59 2002
@@ -152,6 +152,10 @@
     {
        Gtk::CList::Row& row = *(it);
        std::string url = toUTF8(_clistFiles, row[0].get_text());
+
+       // FIXME: Build a string list of URLs which pass 
ghttp_uri_validate()
+       // FIXME: make FTTransferDlg accept this string list and go through 
and download them all
+       manage(new FTTransferDlg(_jid,url,path));
     }
     close();
}

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


Reply via email to