pidgin/gtkxfer.c

changeset 40261
d26ef8ea193f
parent 40260
663b8a40dad5
child 40360
e21f3bbcc2a5
equal deleted inserted replaced
40260:663b8a40dad5 40261:d26ef8ea193f
1005 G_CALLBACK(pidgin_xfer_visible_notify), NULL); 1005 G_CALLBACK(pidgin_xfer_visible_notify), NULL);
1006 } 1006 }
1007 1007
1008 static PurpleXferUiOps ops = 1008 static PurpleXferUiOps ops =
1009 { 1009 {
1010 pidgin_xfer_new_xfer, 1010 pidgin_xfer_new_xfer
1011 NULL
1012 }; 1011 };
1013 1012
1014 /************************************************************************** 1013 /**************************************************************************
1015 * GTK+ File Transfer API 1014 * GTK+ File Transfer API
1016 **************************************************************************/ 1015 **************************************************************************/

mercurial