hjasen16 / navi-x

Automatically exported from code.google.com/p/navi-x
0 stars 0 forks source link

Enable AutoClose on Download failed dialog box #325

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Suggest enabling dialog auto close on the download failed dialog box for 
unattended downloads as they often fail.

CDownLoader.py

Line 326:

if dialog.yesno("Error", "Download failed. cancel?", "", "", "No", "Yes", 
10000) == True:

Original issue reported on code.google.com by rich...@proweb.net on 3 Oct 2014 at 12:37