@techee commented on this pull request.


In src/prefs.c:

>  
 		/* get first child */
 		if (! gtk_tree_model_iter_children(model, &child, &parent))
 			return;
 
 		/* foreach child */
-		while (TRUE)
+		while (TRUE && !visible_parent)

TRUE can be removed.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/4192/review/2545434651@github.com>