texthistory: fix has_actionable function

This commit is contained in:
liferooter 2021-06-01 11:04:55 +00:00 committed by Matthias Clasen
parent b85b4f2cd6
commit 44f07f7708

View File

@ -460,6 +460,8 @@ has_actionable (const GQueue *queue)
{
if (has_actionable (&action->u.group.actions))
return TRUE;
else
continue;
}
return TRUE;