https://bugs.kde.org/show_bug.cgi?id=365200

Elvis Angelaccio <elvis.angelac...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Version Fixed In|                            |16.12.0
             Status|CONFIRMED                   |RESOLVED
      Latest Commit|                            |http://commits.kde.org/ark/
                   |                            |61d9f87227711c9b9a7d0180479
                   |                            |f94447c6039f7

--- Comment #2 from Elvis Angelaccio <elvis.angelac...@kde.org> ---
Git commit 61d9f87227711c9b9a7d0180479f94447c6039f7 by Elvis Angelaccio.
Committed on 13/11/2016 at 13:46.
Pushed by elvisangelaccio into branch 'master'.

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.
FIXED-IN: 16.12.0

M  +3    -1    app/mainwindow.cpp

http://commits.kde.org/ark/61d9f87227711c9b9a7d0180479f94447c6039f7

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to