summaryrefslogtreecommitdiff
path: root/src/trg-torrent-add-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-torrent-add-dialog.c')
-rw-r--r--src/trg-torrent-add-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-torrent-add-dialog.c b/src/trg-torrent-add-dialog.c
index fb0ba57..54f0684 100644
--- a/src/trg-torrent-add-dialog.c
+++ b/src/trg-torrent-add-dialog.c
@@ -157,7 +157,7 @@ static gpointer add_files_threadfunc(gpointer data)
files_thread_data->dir);
response = dispatch(files_thread_data->client, request);
- on_generic_interactive_action(response);
+ g_idle_add(on_generic_interactive_action, response);
}
g_str_slist_free(files_thread_data->list);