summaryrefslogtreecommitdiff
path: root/src/ui/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/util.c')
-rw-r--r--src/ui/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index 541cf5d6..ef88d989 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -368,6 +368,7 @@ iWidget *addAction_Widget(iWidget *parent, int key, int kmods, const char *comma
368 368
369static iBool isCommandIgnoredByMenus_(const char *cmd) { 369static iBool isCommandIgnoredByMenus_(const char *cmd) {
370 return equal_Command(cmd, "media.updated") || equal_Command(cmd, "media.player.update") || 370 return equal_Command(cmd, "media.updated") || equal_Command(cmd, "media.player.update") ||
371 startsWith_CStr(cmd, "feeds.update.") ||
371 equal_Command(cmd, "document.request.updated") || equal_Command(cmd, "window.resized") || 372 equal_Command(cmd, "document.request.updated") || equal_Command(cmd, "window.resized") ||
372 (equal_Command(cmd, "mouse.clicked") && !arg_Command(cmd)); /* button released */ 373 (equal_Command(cmd, "mouse.clicked") && !arg_Command(cmd)); /* button released */
373} 374}