Fix Bug 276775 - "no attachments found" when opening email in its own window

Before we looked at in kmreadermainwin if we selected a item in treeview
but by default we don't select it.
(cherry picked from commit 7c2b64c9ebb90737b4e362d8850acd81fcc063a1)
wilder-work
Montel Laurent 15 years ago
parent 4affede60c
commit d6273ac0b6
  1. 2
      kmreadermainwin.cpp

@ -280,7 +280,7 @@ void KMReaderMainWin::setupAccel()
mSaveAsAction->setShortcut( KStandardShortcut::shortcut( KStandardShortcut::Save ) );
mSaveAtmAction = new KAction(KIcon("mail-attachment"), i18n("Save A&ttachments..."), actionCollection() );
connect( mSaveAtmAction, SIGNAL(triggered(bool)), mReaderWin->viewer(), SLOT(slotAttachmentSaveAs()) );
connect( mSaveAtmAction, SIGNAL(triggered(bool)), mReaderWin->viewer(), SLOT(slotAttachmentSaveAll()) );
mTrashAction = new KAction( KIcon( "user-trash" ), i18n("&Move to Trash"), this );
mTrashAction->setIconText( i18nc( "@action:intoolbar Move to Trash", "Trash" ) );

Loading…
Cancel
Save