[Konversation-devel] [Bug 102407] aborted dcc send because of NAT
crashes konversation when pressing Abort
Peter Simonsson
psn at linux.se
Mon Mar 28 00:58:48 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=102407
psn linux se changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From psn linux se 2005-03-28 00:58 -------
CVS commit by psn:
Don't crash on abort before actually starting to receive
BUG:102407
CCMAIL:shin shoegazed org
M +5 -2 dcctransferrecv.cpp 1.86
--- kdeextragear-2/konversation/konversation/dcctransferrecv.cpp #1.85:1.86
@ -170,5 +170,8 @ void DccTransferRecv::abort() // public
kdDebug() << "DccTransferRecv::abort()" << endl;
+ if(m_writeCacheHandler) {
m_writeCacheHandler->write( true ); // flush
+ }
+
setStatus( Aborted );
updateView();
More information about the Konversation-devel
mailing list