| Summary: | Ksnapshot doesn't suggest "name.png" after choosing "save as" | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Piotr Pełzowski <pelzowski> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ereslibre |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Piotr Pełzowski
2008-07-22 23:39:32 UTC
Nothing has changed here; seems to be a regression in KFileDialog. Strange, works here. OK, pretty amazing. I was testing with a remote folder by default. 1. Save As. Select a remote folder (for instance, a ftp one). 2. Save it. 3. Save As again. 3. Now the name is suggested. That doesn't happen for local folders. So, yes, I can reproduce with local folders. Remote ones do fine. SVN commit 838026 by ereslibre: The loop was taking away the filename. Lets better use KIO::stat (with a synchronousRun) to determine if it is a filename or a folder. BUG: 167261 M +8 -18 kfilewidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=838026 |