Summary: | Empty tabs not properly restored from .kst file | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | D. V. Wiebe <dvw> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.7.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
D. V. Wiebe
2008-07-04 00:52:20 UTC
This problem was introduced in revision 317463. The comment reads: "after a very lengthy battle with KMDI, this now closes the active view when an open is done if the active view is empty." When Kst is started a new empty tab is automatically created, and this code change was attempting to ensure that this empty tab was removed after doing an open. However, the change also has the effect of removing most empty tabs from the file being opened. SVN commit 827867 by arwalker: BUG:165676 no longer deliberately remove empty tabs when opening a kst file M +1 -16 kstdoc.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=827867 |