https://bugs.kde.org/show_bug.cgi?id=414219
--- Comment #22 from Wolfgang Bauer <wba...@tmo.at> --- Small corrections: (In reply to Wolfgang Bauer from comment #21) > This is the code that sets the account name (in > kaccounts-integration/src/jobs/createaccount.cpp, line : I forgot the actual line number here, it's line #183 > (or maybe use QString("%1%2").arg(info.caption().arg(info.id()) A bracket is missing there, should be: QString("%1%2").arg(info.caption()).arg(info.id()) ;-) -- You are receiving this mail because: You are watching all bug changes.