[Pidgin] #3510: Generic patch: Cannot send jpeg file to a yahoo buddy

Pidgin trac at pidgin.im
Thu Oct 11 13:39:54 EDT 2007


#3510: Generic patch: Cannot send jpeg file to a yahoo buddy
--------------------------+-------------------------------------------------
 Reporter:  dbeusee       |       Type:  patch
   Status:  new           |   Priority:  minor
Component:  pidgin (gtk)  |    Version:  2.2.1
 Keywords:                |    Pending:  0    
--------------------------+-------------------------------------------------
 when I drag an image to a buddy, I only have the option to set as buddy
 icon.  I cannot send the file.

 The fix is simple:

 $ diff /src/sourceforge/pidgin-2.2.1/pidgin/gtkutils.c gtkutils.c
 1514c1514
 <                       gboolean ft = FALSE, im = FALSE;
 ---
 >                       gboolean ft = TRUE, im = FALSE;

 Explanation:
 Some protocol plugins might not have prpl_info->can_receive_file set, so
 we should just send the file anyway.  That is done in the non-image case
 unconditionally.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/3510>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list