diff options
Diffstat (limited to 'net-irc/konversation/files/konversation-1.0.1-crash.patch')
-rw-r--r-- | net-irc/konversation/files/konversation-1.0.1-crash.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-irc/konversation/files/konversation-1.0.1-crash.patch b/net-irc/konversation/files/konversation-1.0.1-crash.patch deleted file mode 100644 index b406e801e1d7..000000000000 --- a/net-irc/konversation/files/konversation-1.0.1-crash.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- trunk/extragear/network/konversation/src/viewcontainer.cpp 2006/11/17 17:50:03 605661 -+++ trunk/extragear/network/konversation/src/viewcontainer.cpp 2006/11/17 22:04:32 605705 -@@ -2022,11 +2022,13 @@ - if (m_frontServer) - { - DccChat* dccChatPanel=new DccChat(m_tabWidget, myNick,nick,arguments,listen); -- addView(dccChatPanel, dccChatPanel->getName()); - connect(dccChatPanel, SIGNAL(updateTabNotification(ChatWindow*,const Konversation::TabNotifyType&)), this, SLOT(setViewNotification(ChatWindow*,const Konversation::TabNotifyType&))); - if(listen) -+ { - m_frontServer->queue(QString("PRIVMSG %1 :\001DCC CHAT chat %2 %3\001") - .arg(nick).arg(numericalIp).arg(dccChatPanel->getPort())); -+ } -+ addView(dccChatPanel, dccChatPanel->getName()); - } - } - |