GNOME Bugzilla – Bug 340789
Setting window group in gtk_window_set_transient_for() is broken
Last modified: 2006-05-06 12:46:13 UTC
gtk_window_set_transient_for() sets window group for the child window (see #312918). It doesn't watch parent's window group later on, but gtk_window_destroy tries to remove the child window from the parent's group. So if parent's group is changed, gtk_widget_destroy(child) yields warning. To reproduce, create a window with a combo box or menu inside (those will create a window), then add this window to some window group. (printing dialog works, if it's transient for the parent).
alex has a fix for this in bug 340401 *** This bug has been marked as a duplicate of 340401 ***