]> Pileus Git - ~andy/gtk/commit
widget: Unset window-unfocused in gtk_widget_unparent()
authorRui Matos <tiagomatos@gmail.com>
Fri, 2 Dec 2011 15:21:20 +0000 (15:21 +0000)
committerRui Matos <tiagomatos@gmail.com>
Wed, 7 Dec 2011 22:41:58 +0000 (22:41 +0000)
commit7a6babfd0270fe42bf81223178fcd3f94ebd1a05
tree5a8f4cb61475d136e0154f977e52470bf77ee97d
parent807a449f293baa77ad8bd58150eac91680270325
widget: Unset window-unfocused in gtk_widget_unparent()

Widgets without a parent aren't inside a toplevel window so we must remove
window-unfocused as it doesn't make sense outside a toplevel.

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