mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(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:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user