Bug 43815

Summary: sort contents alphabeticaly same K-Menu
Product: [Applications] khelpcenter Reporter: Ferdinand Gassauer <gassauer>
Component: generalAssignee: Cornelius Schumacher <schumacher>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 0.8   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ferdinand Gassauer 2002-06-11 19:17:30 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           khelpcenter
Version:           0.8 (using KDE 3.0.5 (CVS HEAD >= 20020427))
Severity:          wishlist
Installed from:    compiled sources
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:                Linux (i686) release 2.4.18-4GB
OS/Compiler notes: 

Hi!
Contents and subtrees should be sorted alphabetical similar to K-Menu and Kcontrol
cu
ferdinand


(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Lauri Watts 2002-09-20 13:31:50 UTC
Contents are sorted alphabetically, but backwards. 
Comment 2 Frerich Raabe 2003-05-01 13:31:02 UTC
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;
 }