| Summary: | sort contents alphabeticaly same K-Menu | ||
|---|---|---|---|
| Product: | [Applications] khelpcenter | Reporter: | Ferdinand Gassauer <gassauer> |
| Component: | general | Assignee: | Cornelius Schumacher <schumacher> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.8 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ferdinand Gassauer
2002-06-11 19:17:30 UTC
Contents are sorted alphabetically, but backwards. Subject: kdebase/khelpcenter CVS commit by raabe: - Sort subitems of NavigatorAppItems alphabetically, as in the K-Menu. CCMAIL:43815-done@bugs.kde.org M +1 -0 navigatorappitem.cpp 1.13 --- kdebase/khelpcenter/navigatorappitem.cpp #1.12:1.13 @@ -119,4 +119,5 @@ void NavigatorAppItem::populate( bool re } } + sortChildItems( 0, true /* ascending */ ); mPopulated = true; } |