[Konversation-devel] [Bug 136372] Outgoing messages history not updated on multiline pastes
Eike Hein
hein at kde.org
Fri Oct 27 14:26:47 CEST 2006
------- 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=136372
hein kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From hein kde org 2006-10-27 14:26 -------
SVN commit 599506 by hein:
Append the text actually sent as the result of a paste edit to the
input history, rather than the input line contents.
BUG:136372
M +1 -1 ircinput.cpp
--- trunk/extragear/network/konversation/src/ircinput.cpp #599505:599506
@ -447,7 +447,7 @
// signal pasted text
emit textPasted(pasteText);
// remember old line, in case the user does not paste eventually
- addHistory(text());
+ addHistory(pasteText);
// delete input text
clear();
}
More information about the Konversation-devel
mailing list