Skip to content

gtksocket: Fix wrong sanity check

Gaël Bonithon requested to merge neyfag/gtk:fix-wrong-sanity-check into gtk-3-24

This avoids a critical warning from gtk_widget_get_parent() if focus_widget == NULL.

Merge request reports