(trunk gtk) #3143 "remote RPC calls cause gtk+ API calls to be made from the wrong thread" -- fixed in trunk for 2.00

This commit is contained in:
Charles Kerr
2010-04-21 04:38:54 +00:00
parent a0bc78a6dd
commit ceba9e6722
9 changed files with 70 additions and 79 deletions

View File

@@ -133,8 +133,8 @@ addResponseCB( GtkDialog * dialog,
tr_core_add_torrent( data->core, data->gtor, FALSE );
if( gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( data->trash_check ) ) )
gtr_file_trash_or_remove( data->filename );
tr_file_trash_or_remove( data->filename );
save_recent_destination( data->core, data->downloadDir );
}
}