1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-05 02:58:33 +00:00

fix crash in the gtk client if the user hit create' in the create torrent' dialog without specifying a file.

This commit is contained in:
Charles Kerr 2007-10-19 21:49:18 +00:00
parent de8b09005d
commit 76da8c6c00

View file

@ -129,6 +129,9 @@ response_cb( GtkDialog* d, int response, gpointer user_data )
return;
}
if( ui->builder == NULL )
return;
w = gtk_dialog_new_with_buttons( _("Making Torrent..."),
GTK_WINDOW(d),
GTK_DIALOG_DESTROY_WITH_PARENT,