[PATCH] applets/appmenu: Fix displaying menu of the previous active window
authorVlad Zahorodnii <vlad.zahorodnii@kde.org>
Fri, 18 Apr 2025 19:39:46 +0000 (22:39 +0300)
committerAurélien COUDERC <coucouf@debian.org>
Mon, 21 Jul 2025 16:21:10 +0000 (18:21 +0200)
commit163cc6b051c3ca630e3f7d0c5f70250d2f06a9a7
treeddee774310bd428eebddb2bf59b231090d5f0784
parent3fa3e8510a355902f6b772cabb1a9f21c695f516
[PATCH] applets/appmenu: Fix displaying menu of the previous active window

We need to break the DBusMenuImporter::menuUpdated() signal connection
when the active window changes. Otherwise, it's possible that the
menuUpdated signal will be emitted and the menu will be marked as
available.

BUG: 473714

Gbp-Pq: Name upstream_73875471_applets-appmenu-Fix-displaying-menu-of-the-previous-active-window.patch
applets/appmenu/plugin/appmenumodel.cpp