Skip to content
Commit 61d9f872 authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

mainwindow: properly disable 'Open Recent' action

KRecentFilesAction::addUrl() makes the action enabled. This is called in
MainWindow::openUrl() after `busy()` has been emitted by the Part, which
means the action is enabled while a LoadJob is running.

If we use a queued connection instead, addUrl() will be called first and then
MaindWindow::updateActions() will disable the action as expected.

BUG: 365200
FIXED-IN: 16.12.0
parent a6a38b5b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment