https://bugzilla.gnome.org/show_bug.cgi?id=748763

Matthias Clasen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #302730|none                        |reviewed
             status|                            |

--- Comment #3 from Matthias Clasen <[email protected]> ---
Review of attachment 302730:

::: gtk/gtkwindow.c
@@ +7333,3 @@
+      gtk_container_forall (GTK_CONTAINER (widget),
+                            (GtkCallback) gtk_widget_unrealize,
+                            NULL);

Hmm, this seems to manually do what the parent_class unrealize would do anyway
?

It would be nicer if we could still unconditionally chain up - just clear out
the hardcoded_window first ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to