[gtk: 1/2] texthistory: fix has_actionable function




commit 44f07f7708e11622e0e9d940e127dad82c46c15a
Author: liferooter <glebsmirnov0708 gmail com>
Date:   Tue Jun 1 11:04:55 2021 +0000

    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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]