[k3b] [Bug 437574] Can't save k3b project or exit the application
Albert Astals Cid
bugzilla_noreply at kde.org
Fri Jun 4 22:16:46 BST 2021
https://bugs.kde.org/show_bug.cgi?id=437574
Albert Astals Cid <aacid at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/mult
| |imedia/k3b/commit/2a4b66e3a
| |417559599d3bc61ce6497e17ec9
| |8472
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Albert Astals Cid <aacid at kde.org> ---
Git commit 2a4b66e3a417559599d3bc61ce6497e17ec98472 by Albert Astals Cid.
Committed on 24/05/2021 at 09:57.
Pushed by aacid into branch 'release/21.04'.
Fix showing of dialog the user can't interact with when saving
The issue is using KIO::move + exec() can show a dialog but exec says
to QEventLoop::ExcludeUserInputEvents so the user is stuck there
forever.
Move to KIO::file_move since we're moving files anyway and set overwrite
since we're already asking if the file exists anyway (twice in fact, fix
coming in the next commit)
M +2 -2 src/k3bprojectmanager.cpp
https://invent.kde.org/multimedia/k3b/commit/2a4b66e3a417559599d3bc61ce6497e17ec98472
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the k3b
mailing list