[Pidgin] #9844: Abstract Filetransfer

Pidgin trac at pidgin.im
Mon Aug 10 02:55:55 EDT 2009


#9844: Abstract Filetransfer
------------------------------------+---------------------------------------
 Reporter:  hanzz                   |        Owner:           
     Type:  patch                   |       Status:  new      
Milestone:  Patches Needing Review  |    Component:  libpurple
  Version:  2.5.8                   |   Resolution:           
 Keywords:                          |  
------------------------------------+---------------------------------------

Comment(by hanzz):

 I've just tested it and there is one bug in purple_xfer_ui_ready(). The
 code which adds watcher is broken, it should be:


 {{{
         if (xfer->watcher == 0) {
                 xfer->watcher = purple_input_add(xfer->fd, cond,
 transfer_cb, xfer);
         }
 }}}

 with this change it works as expected.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/9844#comment:15>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list