diff --git a/app/kipiexportaction.cpp b/app/kipiexportaction.cpp --- a/app/kipiexportaction.cpp +++ b/app/kipiexportaction.cpp @@ -104,11 +104,11 @@ } // We are done, don't come back next time menu is shown disconnect(menu(), SIGNAL(aboutToShow()), this, SLOT(init())); + d->updateMenu(); } else { // Loading is in progress, come back when it is done connect(d->mKIPIInterface, &KIPIInterface::loadingFinished, this, &KIPIExportAction::init); } - d->updateMenu(); } void KIPIExportAction::setDefaultAction(QAction* action)