[Konsole-devel] [Bug 121688] Tab bar shown when set to Dynamic Hide after session restore
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Sun Feb 12 20:30:01 UTC 2006
------- 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=121688
kurt.hindenburg kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From kurt.hindenburg kdemail net 2006-02-12 21:30 -------
SVN commit 508819 by hindenburg:
Fix DynamicTabHide for session management.
BUG: 121688
M +1 -1 konsole.cpp
--- branches/KDE/3.5/kdebase/konsole/konsole/konsole.cpp #508818:508819
@ -302,7 +302,7 @
if (isRestored) {
n_tabbar = wanted_tabbar;
KConfig *c = KApplication::kApplication()->sessionConfig();
- c->setDesktopGroup();
+// c->setDesktopGroup(); // Reads from wrong group
b_dynamicTabHide = c->readBoolEntry("DynamicTabHide", false);
}
More information about the konsole-devel
mailing list