Skip to content

gtk: Fix "children left" warning with fatal warnings

Bastien Nocera requested to merge wip/hadess/children-left-msg into main

When fatal warnings were turned on, the developer would never see which widgets were left as children to the widget that triggered the warning as those were printed in separate g_warning calls.

Print a single warning with all the info so runs with fatal warnings aren't left without any info.

Merge request reports