| Summary: | Files not opened in correct windows when resumming a stored session | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Chris Jones <jonesc> |
| Component: | sessions | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Chris Jones
2006-05-04 14:32:56 UTC
This bug happens for me too if I open files in split-window mode. If I split the window vertically and both of them horizontally, each has a unique file, after a session restart 2 of them contained 1 file and 2 other views contained a second file. But the 3rd and 4th file are not reopened. fix session restore shows wrong view (bug #126732) The KateViewSpace already sets the active view in ::restoreConfig(), and KateApp::newMainWindows was overwriting that. Commit: http://gitorious.org/kate/kate/commit/407caca692a2503984ec63fabd90d09285b35c23 |