Bug 162420

Summary: The "new tab" and "close tab" buttons don't appear when launching konsole
Product: [Applications] konsole Reporter: Christophe Marin <christophe>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christophe Marin 2008-05-21 18:39:17 UTC
Version:           2.1 (using 4.00.80 (KDE 4.0.80 >= (KDE 4.1 Beta1), compiled sources)
Compiler:          gcc
OS:                Linux (i686) release 2.6.25.3-mokona

kdebase rev. 810782

This is a fresh issue (didn't have it two days ago).

The "new tab" and "close tab" buttons don't appear in the tab bar.

I deleted konsolerc and $KDEHOME/share/apps/konsole / launched konsole again and re-checked this option : same result.

The line ShowNewAndCloseTabButtons=true is present in Shell.profile.

To make these buttons appear again I have to change an option first then apply.
Comment 1 Robert Knight 2008-05-22 00:20:21 UTC
SVN commit 810949 by knight:


Fix "Show 'New Tab' and 'Close Tab' buttons on tab bar" setting not being 
applied correctly on startup.

Test for the tab bar being explicitly hidden with isHidden() rather than just
isVisible() which will return true if the setting is applied before the 
container widget is shown.

BUG: 162420
CCBUG: 157015



 M  +3 -27     ViewContainer.cpp  
 M  +1 -1      ViewManager.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=810949