Bug 161708

Summary: "show in menu" cannot be flagged with only one profile.
Product: [Applications] konsole Reporter: FiNeX <finex>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description FiNeX 2008-05-06 16:20:26 UTC
Version:            (using Devel)
Installed from:    Compiled sources

1) start konsole
2) open "manage profiles" dialog
3) be sure to have only one profile to the list
4) click to the "star" on the "show in menu" column, the "star" will disappear

Doing that you cannot flag again the "show in menu". You'll have to close and reopen the dialog (the star will re-appear).
Comment 1 Robert Knight 2008-05-17 10:58:38 UTC
SVN commit 808649 by knight:


Fix 'Show in Menu' toggle not working when no favorites are currently selected
and the favorite status for the selected item is off in the config file.

BUG: 161708



 M  +1 -1      ManageProfilesDialog.cpp  
 M  +5 -2      SessionManager.cpp  
 M  +1 -1      SessionManager.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=808649
Comment 2 FiNeX 2008-05-17 11:29:44 UTC
Thanks Robert :-)