forked from AuroraMiddleware/gtk
Merge branch 'fix-has-actionable-function' into 'master'
texthistory: fix has_actionable function See merge request GNOME/gtk!3612
This commit is contained in:
commit
c92b21b5fd
@ -460,6 +460,8 @@ has_actionable (const GQueue *queue)
|
|||||||
{
|
{
|
||||||
if (has_actionable (&action->u.group.actions))
|
if (has_actionable (&action->u.group.actions))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
else
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user