GNOME Bugzilla – Bug 762021
GtkPaned propagates draw to NULL child
Last modified: 2016-02-14 16:34:16 UTC
Created attachment 321097 [details] [review] check for valid child widget before calling propagate draw I'm seeing a lot of this in Builder right now: Gtk[25764]: CRITICAL: gtk_container_propagate_draw: assertion 'GTK_IS_WIDGET (child)' failed It seems to be caused by our use of GtkPaned inside of GtkPaned (inside of GtkPaned), so the last GtkPaned always has a NULL child2. Simple patch attached.
Did some refactoring to GtkPaned, which should have fixed this.
asumme this is fixed, then