]> Pileus Git - ~andy/gtk/commit
Avoid invariant checking spew in gnome-shell
authorMatthias Clasen <mclasen@redhat.com>
Wed, 22 Dec 2010 21:53:26 +0000 (16:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 22 Dec 2010 21:54:52 +0000 (16:54 -0500)
commite6693ab8402b85b15c3c9711b16423a0e0948de5
treeff5c42e1d043c9afe94b91b16c326fef7109cbbf
parent197590258fd791225f6fc4e842f3f117ea37c33f
Avoid invariant checking spew in gnome-shell

For normal toplevels, visible is tightly bound to mapped, but for
something like a toplevel that exists within a Clutter stage we
may want to make mapping dependenton external factors, so we shouldn't
actually checked that !mapped toplevels are !visible.

Pointed out by Owen Taylor,

https://bugzilla.gnome.org/show_bug.cgi?id=637834
gtk/gtkwidget.c