Summary: | Dialog requesting password for online update doesn't say for which account | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Jack <ostroffjh> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | pino |
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/f70311d1bbbf1c637d659f200d184c22902b6c4e | Version Fixed In: | 5.0.0 |
Sentry Crash Report: |
Description
Jack
2014-12-08 17:43:17 UTC
Git commit f70311d1bbbf1c637d659f200d184c22902b6c4e by Thomas Baumgart. Committed on 31/12/2017 at 14:05. Pushed by tbaumgart into branch 'master'. Present account name when asking for password Fix usage of i18n() to make this work again FIXED-IN: 5.0 M +1 -1 kmymoney/plugins/ofx/import/dialogs/mymoneyofxconnector.cpp https://commits.kde.org/kmymoney/f70311d1bbbf1c637d659f200d184c22902b6c4e This fix is wrong: arguments to i18n*() functions are passed directly to the functions themselves, not using arg(); this will produce runtime warnings. What was the issue with the previous code? I have reverted commit f70311d1bbbf1c637d659f200d184c22902b6c4e. Apparently, the problem was already fixed but the bug was not closed. |