Summary: | KPhotoAlbum crashes when new Category is added and immediately set as Category for Untagged Images in Settings | ||
---|---|---|---|
Product: | [Applications] kphotoalbum | Reporter: | Victor Lobo <victor.ip.lobo> |
Component: | general | Assignee: | KPhotoAlbum Bugs <kpabugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | johannes |
Priority: | NOR | ||
Version: | GIT master | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/kphotoalbum/-/commit/67a8cdf455673bbcd9d9e54a54998cbb3a53853b | Version Fixed In: | |
Sentry Crash Report: |
Description
Victor Lobo
2023-11-25 23:50:36 UTC
I can reproduce the crash. It can also be reproduced by renaming a category and then picking it as Category for untagged images. Git commit 67a8cdf455673bbcd9d9e54a54998cbb3a53853b by Johannes Zarl-Zierl. Committed on 28/11/2023 at 00:45. Pushed by johanneszarl into branch 'master'. Fix crash when renaming or adding a category and using it as untagged category When trying to select an unsaved category (either newly created or renamed) as the untagged category in the category settings page, instead of populating the tag dropdown list, kphotoalbum would crash. The new behavior is to disable the tag dropdown instead. M +1 -0 CHANGELOG.md M +9 -5 Settings/UntaggedGroupBox.cpp https://invent.kde.org/graphics/kphotoalbum/-/commit/67a8cdf455673bbcd9d9e54a54998cbb3a53853b |