comparison pidgin/gtkft.c @ 30219:cb09d358d777

Make it work again, after some new xfer UI ops where added... :) Display the thumbnail in the ongoing conversation.
author Marcus Lundblad <ml@update.uu.se>
date Wed, 21 Oct 2009 22:08:01 +0000
parents 852ce9929402
children 1e8dc177415e
comparison
equal deleted inserted replaced
30218:5502f855ec2b 30219:cb09d358d777
1188 pidgin_xfer_destroy, 1188 pidgin_xfer_destroy,
1189 pidgin_xfer_add_xfer, 1189 pidgin_xfer_add_xfer,
1190 pidgin_xfer_update_progress, 1190 pidgin_xfer_update_progress,
1191 pidgin_xfer_cancel_local, 1191 pidgin_xfer_cancel_local,
1192 pidgin_xfer_cancel_remote, 1192 pidgin_xfer_cancel_remote,
1193 pidgin_xfer_add_thumbnail,
1194 NULL, 1193 NULL,
1195 NULL, 1194 NULL,
1196 NULL 1195 NULL,
1196 pidgin_xfer_add_thumbnail
1197 }; 1197 };
1198 1198
1199 /************************************************************************** 1199 /**************************************************************************
1200 * GTK+ File Transfer API 1200 * GTK+ File Transfer API
1201 **************************************************************************/ 1201 **************************************************************************/