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;