https://bugs.kde.org/show_bug.cgi?id=460383
Kurt Hindenburg <khindenb...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util |ities/konsole/commit/53c383 |ities/konsole/commit/9566ed |9e6048b28aef4dda79c7a8dfefa |97d0d2e85f27790ab8f1d89ac0c |a3e484b |9ad4373 --- Comment #6 from Kurt Hindenburg <khindenb...@kde.org> --- Git commit 9566ed97d0d2e85f27790ab8f1d89ac0c9ad4373 by Kurt Hindenburg, on behalf of Fabian Vogt. Committed on 30/12/2022 at 16:49. Pushed by hindenburg into branch 'release/22.12'. Fix saving new profiles When using the "Apply" button in the "Create new profile" dialog, the profile was saved but the dialog remained in the "new profile" state. This meant that when clicking on "Apply" again or accepting the dialog, it saved the profile from scratch instead of editing the existing one. The ProfileManager interpreted that as a rename because the "Name"/"UntranslatedName" properties were set and decided to delete the profile at its "old" (== current) path. M +2 -0 src/widgets/EditProfileDialog.cpp https://invent.kde.org/utilities/konsole/commit/9566ed97d0d2e85f27790ab8f1d89ac0c9ad4373 -- You are receiving this mail because: You are watching all bug changes.