GNOME Bugzilla – Bug 623927
The default value of the property 'events' in GtkWidget section should be GDK_STRUCTURE_MASK, but it is 0.
Last modified: 2014-03-28 13:58:01 UTC
The default value of the property 'events' in GtkWidget section should be GDK_STRUCTURE_MASK, but it is 0. Also reported at http://linuxtesting.org/results/report?num=D0155
This problem has been fixed in our software repository since loong time ago. Thank you for your bug report. commit aa209a95faa6374b241ba9d7590a70e554f773d3 Author: Alexander Larsson <alexl@redhat.com> Date: Fri Mar 30 15:46:17 2001 +0000 Remove leaks. 2001-03-30 Alexander Larsson <alexl@redhat.com> * gtk/gtkbutton.c (gtk_button_get_property): * gtk/gtklabel.c: Remove leaks. * gtk/gtkcontainer.c: * gtk/gtkhscale.c: * gtk/gtkhscrollbar.c: * gtk/gtklayout.c: * gtk/gtkmisc.c: * gtk/gtkprogress.c: * gtk/gtkprogressbar.c: * gtk/gtkrange.c: * gtk/gtktable.c: * gtk/gtkviewport.c: * gtk/gtkvscale.c: * gtk/gtkvscrollbar.c: * gtk/gtkwidget.c: Property patches, based on patches from John Margaglione and Lee Mallabone.