Fix update menu action

wilder-work
Montel Laurent 10 years ago
parent 1fe46c3f20
commit b5c840ae35
  1. 4
      src/kmmainwidget.cpp

@ -525,8 +525,6 @@ void KMMainWidget::folderSelected(const Akonadi::Collection &col)
slotIntro();
}
updateMessageActions();
updateFolderMenu();
// The message pane uses the selection model of the folder view to load the correct aggregation model and theme
// settings. At this point the selection model hasn't been updated yet to the user's new choice, so it would load
@ -539,6 +537,8 @@ void KMMainWidget::slotShowSelectedFolderInPane()
if (mCurrentFolder && mCurrentFolder->collection().isValid()) {
mMessagePane->setCurrentFolder(mCurrentFolder->collection(), false, mPreSelectionMode);
}
updateMessageActions();
updateFolderMenu();
}
void KMMainWidget::clearViewer()

Loading…
Cancel
Save