From kde-bugs-dist Tue Dec 30 07:55:02 2003 From: Don Sanders Date: Tue, 30 Dec 2003 07:55:02 +0000 To: kde-bugs-dist Subject: [Bug 71385] "Save as" in separate reader win doesn't work Message-Id: <20031230075502.7374.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=107277095429978 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=71385 ------- Additional Comments From don@sanders.org 2003-12-30 08:55 ------- Subject: kdepim/kmail CVS commit by sanders: Remove the Save as context menu action for the separate reader window for the 3.2 release as it's currently broken. CCMAIL:71385@bugs.kde.org CCMAIL:Till Adam Till any chance this bug was introduced by your commit on the 2003/09/08 with description "Allow the user to place the message preview pane..." A "cvs diff -dub -r 1.696 -r 1.697 kmreaderwin.cpp" shows that the KMReaderWin::slotSaveMsg() was removed. I tried putting it back but then a konqueror style progress dialog was used when I tried to save the message. No review, trivial commit. M +0 -1 kmreadermainwin.cpp 1.24 --- kdepim/kmail/kmreadermainwin.cpp #1.23:1.24 @@ -305,5 +305,4 @@ void KMReaderMainWin::slotMsgPopup(KMMes mPrintAction->plug( menu ); - menu->insertItem( i18n("Save &As..."), mReaderWin, SLOT(slotSaveMsg()) ); menu->insertItem( i18n("Save Attachments..."), mReaderWin, SLOT(slotSaveAttachments()) ); }