After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 623927 - The default value of the property 'events' in GtkWidget section should be GDK_STRUCTURE_MASK, but it is 0.
The default value of the property 'events' in GtkWidget section should be GDK...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.21.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-07-09 10:15 UTC by tigran
Modified: 2014-03-28 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description tigran 2010-07-09 10:15:13 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
Comment 1 Javier Jardón (IRC: jjardon) 2014-03-28 13:58:01 UTC
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.