Skip to content

Commit

Permalink
Always update the Window List Menu action handler for ice-wm/icewm#144.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Sep 4, 2023
1 parent 6acb3f0 commit 30be0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wmwinmenu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ void WindowListMenu::updatePopup() {
}
addSeparator();
addItem(_("_Window list"), -2, KEY_NAME(gKeySysWindowList), actionWindowList);
setActionListener(this);
}

void WindowListMenu::activatePopup(int flags) {
Expand Down

0 comments on commit 30be0d2

Please sign in to comment.