mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
texthistory: fix has_actionable function
This commit is contained in:
parent
b85b4f2cd6
commit
44f07f7708
@ -460,6 +460,8 @@ has_actionable (const GQueue *queue)
|
||||
{
|
||||
if (has_actionable (&action->u.group.actions))
|
||||
return TRUE;
|
||||
else
|
||||
continue;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user