| Summary: | bookmark editor: tree state (collapsed/expanded) is not remembered | ||
|---|---|---|---|
| Product: | [Applications] keditbookmarks | Reporter: | Maciej Pilichowski <bluedzins> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Maciej Pilichowski
2006-07-20 19:43:39 UTC
SVN commit 1050727 by dfaure: Fix "bookmark editor: tree state (collapsed/expanded) is not remembered", regression from kde3. It seems the same bug as in kde3 still exists though: if you just expand/collapse stuff and then quit, no saving happens. You have to do a "real" change afterwards (rename something or so)... BUG: 131127 M +45 -6 bookmarklistview.cpp M +11 -2 bookmarklistview.h M +3 -5 toplevel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1050727 SVN commit 1050729 by dfaure: fix memleak on close; save again on close so that the expanded/collapsed state is remembered. CCBUG: 131127 (this is the actual fix for it, I closed it too early) M +1 -0 main.cpp M +4 -0 toplevel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1050729 SVN commit 1078194 by dfaure: Backport r1050729: Save/restore the expanded/collapsed state of bookmark folders. Fixed for: 4.3.5 CCBUG: 131127 M +1 -0 main.cpp M +4 -0 toplevel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1078194 |