[Konversation-devel] [Bug 103769] tries to send some pastes as
commands instead of text
ismail cartman donmez
ismail at kde.org.tr
Wed Apr 13 21:52:58 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=103769
ismail kde org tr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ismail kde org tr 2005-04-13 21:52 -------
CVS commit by cartman:
Don't interpret new lines
BUG:103769
M +4 -0 outputfilter.cpp 1.151
--- kdeextragear-2/konversation/konversation/outputfilter.cpp #1.150:1.151
@ -96,4 +96,8 @ namespace Konversation {
QString inputLine(originalLine);
+ inputLine.remove("\n");
+
+ if(inputLine.isEmpty())
+ return result;
if(!KonversationApplication::preferences.getDisableExpansion())
More information about the Konversation-devel
mailing list