From 2d3754fa61bb2454adc2aec7d5696389f7856f34 Mon Sep 17 00:00:00 2001 From: George Staikos Date: Wed, 13 Jun 2001 06:47:27 +0000 Subject: [PATCH] Enough is enough. If it doesn't work, don't ship it. --- kmmainwin.cpp 2001/06/12 09:44:14 1.329 +++ kmmainwin.cpp 2001/06/13 06:46:55 @@ -1318,8 +1318,10 @@ connect(win, SIGNAL(statusMsg(const QString&)), this, SLOT(statusMsg(const QString&))); +/* connect(win, SIGNAL(popupMenu(const KURL&,const QPoint&)), this, SLOT(slotMsgPopup(const KURL&,const QPoint&))); +*/ connect(win, SIGNAL(urlClicked(const KURL&,int)), this, SLOT(slotUrlClicked(const KURL&,int))); connect(win, SIGNAL(showAtmMsg(KMMessage *)), svn path=/trunk/kdenetwork/kmail/; revision=101928 --- kmmainwin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kmmainwin.cpp b/kmmainwin.cpp index 8e28bd4bd..17ce52943 100644 --- a/kmmainwin.cpp +++ b/kmmainwin.cpp @@ -1318,8 +1318,10 @@ void KMMainWin::showMsg(KMReaderWin *win, KMMessage *msg) connect(win, SIGNAL(statusMsg(const QString&)), this, SLOT(statusMsg(const QString&))); +/* connect(win, SIGNAL(popupMenu(const KURL&,const QPoint&)), this, SLOT(slotMsgPopup(const KURL&,const QPoint&))); +*/ connect(win, SIGNAL(urlClicked(const KURL&,int)), this, SLOT(slotUrlClicked(const KURL&,int))); connect(win, SIGNAL(showAtmMsg(KMMessage *)),