Fix Bug 279436 - Deleting a message does not close the window displaying it.

FIXED-IN: 4.10.1
BUG: 279436
wilder-work
Montel Laurent 13 years ago
parent e6dbe5a61f
commit 9039b24d8f
  1. 3
      kmreadermainwin.cpp

@ -357,6 +357,9 @@ void KMReaderMainWin::setupAccel()
connect( mReaderWin->viewer(), SIGNAL(popupMenu(Akonadi::Item,KUrl,KUrl,QPoint)),
this, SLOT(slotMessagePopup(Akonadi::Item,KUrl,KUrl,QPoint)) );
connect( mReaderWin->viewer(), SIGNAL(itemRemoved()),
this, SLOT(close()) );
setStandardToolBarMenuEnabled(true);
KStandardAction::configureToolbars(this, SLOT(slotEditToolbars()), actionCollection());
}

Loading…
Cancel
Save