[Konversation-devel] [Bug 107022] %n expansion is broken in command
aliases
ismail cartman donmez
ismail at kde.org.tr
Wed Jun 8 11:08:51 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=107022
ismail kde org tr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From ismail kde org tr 2005-06-08 11:08 -------
SVN commit 423386 by cartman:
Fix %n expansion
BUG:107022
CCMAIL:jreuter suse de
M +1 -2 outputfilter.cpp
--- trunk/extragear/network/konversation/src/outputfilter.cpp #423385:423386
@ -95,9 +95,8 @
destination=name;
QString inputLine(originalLine);
- inputLine.remove("\n");
- if(inputLine.isEmpty())
+ if(inputLine.isEmpty() || inputLine == "\n")
return result;
if(!KonversationApplication::preferences.getDisableExpansion())
More information about the Konversation-devel
mailing list