[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>
Tue, 20 May 2025 06:31:26 +0000 (08:31 +0200)
commit0b9ff6bd6f7d0018ce2be15a5816b37c04c6849b
treef4366f270233ca3b3b89a56b391723e9468c822a
parenta117322cec3bc4803c8bc168da30e8731d9f0af3
[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