Remove the no longer needed workaround.

2005-05-18  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
	Remove the no longer needed workaround.
This commit is contained in:
Matthias Clasen
2005-05-18 16:22:20 +00:00
committed by Matthias Clasen
parent 2763b81fe3
commit b1f056a802
5 changed files with 19 additions and 3 deletions

View File

@ -2444,7 +2444,7 @@ widget_add_child_draw_rectangle (GtkWidget *widget,
{
GdkRectangle child_rect;
if (!GTK_WIDGET_REALIZED (widget) ||
if (!GTK_WIDGET_MAPPED (widget) ||
widget->window != widget->parent->window)
return;