Version: (using KDE KDE 3.5.7) Installed from: SuSE RPMs When you launch Ktorrent with "missing" data Ktorrent will complain about it and ask a lot of question. The question asked is with two answers: * recreate file (download it again, right?) * cancel If you have N missing files there are at least N the same questions. But there is common reason to all those "missing" files -- the partition/disk/media is not mounted. So please, add another possible choice "quit". This way: a) user can faster get all pieces running together b) avoid heart attack :-) I was little worried if I answer "correctly"
SVN commit 712827 by guisson: Added new missing files dialog. Also added quit button in it, so that the user can exit KT to fix some things (e.g. to mount a USB disk with the data files on) BUG: 149429 M +2 -1 ktorrent/CMakeLists.txt M +65 -46 ktorrent/core.cpp A ktorrent/missingfilesdlg.cpp [License: GPL (v2+)] A ktorrent/missingfilesdlg.h [License: GPL (v2+)] A ktorrent/missingfilesdlg.ui M +3 -1 libktorrent/download/downloader.cpp M +0 -1 plugins/webinterface/httpserver.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=712827