Summary: | Dialog to handle unwritable destination path upon accepting transfer should have an option to write newly chosen directory to the preferences | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Eike Hein <hein> |
Component: | dcc | Assignee: | Bernd Buschinski <b.buschinski> |
Status: | RESOLVED LATER | ||
Severity: | wishlist | CC: | cledwon, konversation-devel |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Eike Hein
2010-06-03 21:12:05 UTC
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. |