Bug 43815 - sort contents alphabeticaly same K-Menu
Summary: sort contents alphabeticaly same K-Menu
Status: RESOLVED FIXED
Alias: None
Product: khelpcenter
Classification: Applications
Component: general (show other bugs)
Version: 0.8
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Cornelius Schumacher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-11 19:18 UTC by Ferdinand Gassauer
Modified: 2003-05-01 13:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;
 }