[Konsole-devel] [Bug 106684] Initial Konsole tab is too big, but changes when new tabs are created
Albert Astals Cid
tsdgeos at terra.es
Sun Jun 5 16:18:05 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=106684
tsdgeos terra es changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tsdgeos terra es 2005-06-05 18:18 -------
SVN commit 422487 by aacid:
Fix bug 106679
To konsole developers: hope you don't mind i commited without asking you first but this is a one liner so i doubt i can screw it up, would you like that i backport it?
BUGS: 106679
M +2 -1 konsole.cpp
--- trunk/KDE/kdebase/konsole/konsole/konsole.cpp #422486:422487
@ -2066,7 +2066,8 @
KRadioAction *ra = session2action.find(se);
if (ra && (ra->icon() != icon))
ra->setIcon(icon);
- if (b_matchTabWinTitle && m_tabViewMode != ShowIconOnly)
+ if (m_tabViewMode == ShowIconOnly) tabwidget->changeTab( se->widget(), QString::null );
+ else if (b_matchTabWinTitle)
tabwidget->changeTab( se->widget(), se->fullTitle() );
}
More information about the konsole-devel
mailing list