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 318806 - GtkLabel is using the wrong window type for subwindow
GtkLabel is using the wrong window type for subwindow
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.8.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-10-13 21:14 UTC by Alexander Larsson
Modified: 2005-10-20 20:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix window type (742 bytes, patch)
2005-10-13 21:15 UTC, Alexander Larsson
none Details | Review

Description Alexander Larsson 2005-10-13 21:14:39 UTC
GtkLabel is using GDK_WINDOW_TEMP as window type for a child window. This is
wrong, it should be GDK_WINDOW_CHILD. Attaching patch.
Comment 1 Alexander Larsson 2005-10-13 21:15:05 UTC
Created attachment 53435 [details] [review]
Fix window type
Comment 2 Matthias Clasen 2005-10-20 20:41:06 UTC
Fixed in HEAD

2005-10-20  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
	for the selection window.  (#318806, Alex Larsson)