Summary: | KDirOperator::readConfig does not restore settings | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Dominik Haumann <dhaumann> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | faure |
Priority: | NOR | ||
Version First Reported In: | 4.2 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | unit test |
Description
Dominik Haumann
2009-07-07 17:15:10 UTC
Created attachment 35133 [details]
unit test
Finally I figured out that it was probably a kate issue due to wrong order of execution of the member functions. The restoring of the config options does work now.
Attached is a unit test that makes sure the right view mode is created after readConfig().
(this probably means the report is invalid)
SVN commit 1023790 by dfaure: Add unittest from Dominik Haumann for readConfig() restoring the right view mode. CCBUG: 199306 M +20 -0 kdiroperatortest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1023790 OK, now what? Is there still a bug or can we close this? Unit test applied by David -> close as INVALID, as there was no real bug. |