From 44f07f7708e11622e0e9d940e127dad82c46c15a Mon Sep 17 00:00:00 2001 From: liferooter Date: Tue, 1 Jun 2021 11:04:55 +0000 Subject: [PATCH] texthistory: fix has_actionable function --- gtk/gtktexthistory.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtktexthistory.c b/gtk/gtktexthistory.c index 645d1822eb..3b9e04aaae 100644 --- a/gtk/gtktexthistory.c +++ b/gtk/gtktexthistory.c @@ -460,6 +460,8 @@ has_actionable (const GQueue *queue) { if (has_actionable (&action->u.group.actions)) return TRUE; + else + continue; } return TRUE;