Summary: | newline \n does not work with --radiolist | ||
---|---|---|---|
Product: | [Applications] kdialog | Reporter: | Loris Boillet <drinkmilk007> |
Component: | general | Assignee: | Brad Hards <bradh> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andreas-stangl, psychonaut |
Priority: | NOR | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/36733fdcc1242a15374672b6e39e906bb131b958 | Version Fixed In: | 4.9 |
Sentry Crash Report: | |||
Attachments: | Proposed patch |
Description
Loris Boillet
2007-08-06 14:23:39 UTC
This bug also occurs with --inputbox. The code kdialog --msgbox "foo\nbar" works as expected, but kdialog --inputbox "foo\nbar" does not. I'm using KDialog 1.0 on KDE 4.1.3. Created attachment 33780 [details]
Proposed patch
*** Bug 199005 has been marked as a duplicate of this bug. *** You could use "<br>" instead of "\n". Kdialog 1.0 is able to interpret html tags Git commit 39f3b6a8b7d3e5261ab24a5a270350891a0caa06 by Oswald Buddenhagen. Committed on 01/07/2012 at 13:14. Pushed by ossi into branch 'master'. interpret backslash escapes in some more options Related: bug 295820 FIXED-IN: 4.9 M +14 -14 kdialog/kdialog.cpp http://commits.kde.org/kde-baseapps/39f3b6a8b7d3e5261ab24a5a270350891a0caa06 Git commit 36733fdcc1242a15374672b6e39e906bb131b958 by Christoph Feck, on behalf of Oswald Buddenhagen. Committed on 01/07/2012 at 13:14. Pushed by cfeck into branch 'KDE/4.9'. interpret backslash escapes in some more options Related: bug 295820 FIXED-IN: 4.9 (cherry picked from commit 39f3b6a8b7d3e5261ab24a5a270350891a0caa06) M +14 -14 kdialog/kdialog.cpp http://commits.kde.org/kde-baseapps/36733fdcc1242a15374672b6e39e906bb131b958 |