| Summary: | Crashes when right-clicking in thumbnail area | ||
|---|---|---|---|
| Product: | [Applications] kphotoalbum | Reporter: | Robert Spoden <robert.spoden> |
| Component: | Thumbnail Viewer | Assignee: | KPhotoAlbum Bugs <kphotoalbum-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | johannes |
| Priority: | NOR | ||
| Version First Reported In: | 5.4 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kphotoalbum/137a360995dc9dac060fd60d70044741f60e1d14 | Version Fixed/Implemented In: | 5.4.1 |
| Sentry Crash Report: | |||
|
Description
Robert Spoden
2019-01-29 06:52:26 UTC
Thanks for reporting this! I can confirm that this happens also on the current git master… Git commit 2cbf004a3feb28f4c35683e2097363cd91a0773e by Johannes Zarl-Zierl. Committed on 01/02/2019 at 23:47. Pushed by johanneszarl into branch 'master'. Fix crash when right-clicking in thumbnail view. When opening the context menu in the thumbnail view by right-clicking in the empty area besides the actual thumbnails, kphotoalbum would crash. This commit fixes the crash and makes sure only applicable context-menu entries are enabled in this case. M +5 -1 MainWindow/CopyPopup.cpp M +6 -4 MainWindow/Window.cpp https://commits.kde.org/kphotoalbum/2cbf004a3feb28f4c35683e2097363cd91a0773e Git commit 137a360995dc9dac060fd60d70044741f60e1d14 by Tobias Leupold, on behalf of Johannes Zarl-Zierl. Committed on 04/02/2019 at 19:15. Pushed by tleupold into branch 'v5.4-bugfix'. Fix crash when right-clicking in thumbnail view. When opening the context menu in the thumbnail view by right-clicking in the empty area besides the actual thumbnails, kphotoalbum would crash. This commit fixes the crash and makes sure only applicable context-menu entries are enabled in this case. M +5 -1 MainWindow/CopyPopup.cpp M +6 -4 MainWindow/Window.cpp https://commits.kde.org/kphotoalbum/137a360995dc9dac060fd60d70044741f60e1d14 |