| Summary: | Tab bar shown when set to Dynamic Hide after session restore | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | David Leggett <david+bugs+kde> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.6 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
David Leggett
2006-02-10 03:17:50 UTC
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);
}
|