https://bugs.kde.org/show_bug.cgi?id=452024
--- Comment #13 from Thomas Baumgart <t...@net-bembel.de> --- Git commit fc00d78ae19ce80ec18a1e079148be38d2ff2bf8 by Thomas Baumgart. Committed on 04/04/2022 at 09:19. Pushed by tbaumgart into branch 'master'. Prepend leadin to profile names in defined location Prepending the "Profile-" leadin was done in too many locations which caused loading the profile to fail when it was forgotten in the code. This change makes sure that the leadin is only used within the profile object but not the outside world. M +20 -17 kmymoney/mymoney/mymoneyqifprofile.cpp M +1 -1 kmymoney/mymoney/mymoneyqifprofile.h M +1 -1 kmymoney/plugins/qif/config/mymoneyqifprofileeditor.cpp M +7 -7 kmymoney/plugins/qif/export/kexportdlg.cpp M +1 -1 kmymoney/plugins/qif/export/mymoneyqifwriter.cpp M +8 -8 kmymoney/plugins/qif/import/kimportdlg.cpp M +1 -1 kmymoney/plugins/qif/import/mymoneyqifreader.cpp https://invent.kde.org/office/kmymoney/commit/fc00d78ae19ce80ec18a1e079148be38d2ff2bf8 -- You are receiving this mail because: You are the assignee for the bug.