| Summary: | KNode/Windows doesn't show message-bodies | ||
|---|---|---|---|
| Product: | [Unmaintained] knode | Reporter: | Uwe Premer <m> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | windows-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Screenshot KNode 4.3.4 with the error message | ||
|
Description
Uwe Premer
2009-10-14 22:52:16 UTC
Created attachment 39036 [details]
Screenshot KNode 4.3.4 with the error message
KNode shows this error message at every posting in the list. I had actualized the message list before trying to read the last message. And this last message I have posted myself with this KNode. It is not cancelled! So, KNode should show the message body, but don't do this.
SVN commit 1065263 by otrichet: Don't use QDir::separator() when we meant '/'. This does not work on Windows... This does not introduce any regression on unix-like platform and should help fixing bug #210602 "KNode/Windows doesn't show message-bodies" CCBUG: 210602 M +2 -2 nntp.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1065263 SVN commit 1065265 by otrichet: Correctly set the path of the url of ArticleFetchJob Especially don't use QDir::separator() which is '\' on Windows. This does not introduce any regression on unix-like platform and should help fixing bug #210602 "KNode/Windows doesn't show message-bodies" BUG: 210602 M +4 -5 nntpjobs.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1065265 |