| Summary: | recent files list not working | ||
|---|---|---|---|
| Product: | [Applications] lokalize | Reporter: | Piotr Keplicz <keplicz> |
| Component: | general | Assignee: | Simon Depiets <sdepiets> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | shafff |
| Priority: | NOR | ||
| Version First Reported In: | 19.08.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/lokalize/331ce588003336c016bfe17b9af1e83586812e7e | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Piotr Keplicz
2019-10-10 15:48:16 UTC
It works quite well here. What distribution are you using ? Are you opening lokalize within a project ? (In reply to Simon Depiets from comment #1) > It works quite well here. > What distribution are you using ? > Are you opening lokalize within a project ? I confirm this happens when no project is opened (there are a lot of issues when no project is created, most of the code assumes there is one). I'll work on it. Git commit 331ce588003336c016bfe17b9af1e83586812e7e by Simon Depiets. Committed on 29/12/2019 at 11:43. Pushed by sdepiets into branch 'master'. Fix a bug in recent files list with non-project file opens There was a bug in recent files list when the files were not open from within a project but from File/Open. I also added a check to prevent reopening the same file twice (via File/Open), to align behavior on project mode. Tested with command line/project/file open M +6 -1 src/editortab.cpp M +3 -1 src/editortab.h M +3 -3 src/lokalizemainwindow.cpp https://commits.kde.org/lokalize/331ce588003336c016bfe17b9af1e83586812e7e |