(gtk) #826: ipc race condition when opening torrents via web browser

This commit is contained in:
Charles Kerr 2008-05-07 23:19:46 +00:00
parent 43a2cd744f
commit 2447428044
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ blocking_client( enum ipc_msg msgid, GSList * files )
g_main_loop_run(con->u.client.loop);
sleep( 1 ); /* http://trac.transmissionbt.com/ticket/826#comment:6 */
return ret;
}