From kde-commits Tue Jun 30 21:36:29 2009 From: Tiago Salem Herrmann Date: Tue, 30 Jun 2009 21:36:29 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/protocols/wlm Message-Id: <1246397789.677038.22178.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124653891819647 SVN commit 989766 by salem: - remove the ink temporary file when closing the chat window. M +1 -0 wlmchatmanager.cpp --- trunk/KDE/kdenetwork/kopete/protocols/wlm/wlmchatmanager.cpp #989765:989766 @@ -517,6 +517,7 @@ kmsg.setHtmlBody( msg ); kmsg.setDirection( Kopete::Message::Inbound ); chat->appendMessage ( kmsg ); + chat->addFileToRemove(inkImage->fileName()); inkImage = 0l;