Thu, 06 Feb 2003 10:12:33 +0000
[gaim-migrate @ 4820]
Fixed the problem of a canceled transfer crashing gaim before the file
transfer dialog appeared.
| src/gtkft.c | file | annotate | diff | comparison | revisions |
--- a/src/gtkft.c Thu Feb 06 10:11:57 2003 +0000 +++ b/src/gtkft.c Thu Feb 06 10:12:33 2003 +0000 @@ -572,6 +572,9 @@ struct gaim_gtkxfer_ui_data *data; GdkPixbuf *pixbuf; + if (xfer_dialog == NULL) + return; + data = (struct gaim_gtkxfer_ui_data *)xfer->ui_data; pixbuf = gtk_widget_render_icon(xfer_dialog->window,