In the common case this dialog will be seen if the configured destination path for transfers is no longer writable. A checkbox to make the newly-chosen destination path the default for future transfers makes sense.
Git commit 37698c5182ad44abbadc458484f79d89508dba4e by Bernd Buschinski. Committed on 27/07/2011 at 23:42. Pushed by buschinski into branch 'master'. Properly check if destination is writeable. In case it is not, let the user choose a new destination and give them chance to save new destination as new default download folder. However, the check does not properly work for windows, as they handle writeable dirs differently from Lunix/Mac OS X. CCBUG:240647 M +7 -5 src/dcc/resumedialog.h M +25 -3 src/dcc/resumedialog.cpp M +18 -2 src/dcc/transferrecv.cpp http://commits.kde.org/konversation/37698c5182ad44abbadc458484f79d89508dba4e
Let's revisit when Windows no longer sucks, I guess.