https://bugs.kde.org/show_bug.cgi?id=408499
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |19.08.0 Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kat | |e/0c98f36e3db317a70eae03cf5 | |2be24d2583659f5 Status|CONFIRMED |RESOLVED --- Comment #3 from Christoph Cullmann <cullm...@kde.org> --- Git commit 0c98f36e3db317a70eae03cf52be24d2583659f5 by Christoph Cullmann, on behalf of Ahmad Samir. Committed on 13/07/2019 at 15:47. Pushed by cullmann into branch 'master'. When loading a session always load the "open recent" list Summary: KateMainWindow: move loading/saving "open recent" files list to separate functions to enable loading that list when loading a session regardless of the "save window configuration" setting. Note that there was no strict need to move the code that saved the list outside of KateMainWindow::saveProperties(), but this way the code is less confusing. FIXED-IN: 19.08.0 Test Plan: - Open kate with a new/anonymous session, and disable "restore window configuration" - Open some files to populate the "open recent" menu, then close kate - Open kate again with a new/anon. session; check if the "open recent" menu has been populated with the previously opened files - Load a different session in the same window; check if the "open recent" menu has been populated with the files list from that session - Repeat the same steps but with "restore window configuration" enabled Reviewers: #kate, cullmann, dhaumann Reviewed By: #kate, cullmann Subscribers: cfeck, kwrite-devel Tags: #kate Differential Revision: https://phabricator.kde.org/D21876 M +10 -2 kate/katemainwindow.cpp M +3 -0 kate/katemainwindow.h M +26 -12 kate/session/katesessionmanager.cpp https://commits.kde.org/kate/0c98f36e3db317a70eae03cf52be24d2583659f5 -- You are receiving this mail because: You are watching all bug changes.