Fixed conflict while rebasing master.

This commit is contained in:
Tristan Van Berkom 2010-12-27 15:02:01 +09:00
parent 72675f1f28
commit b8c8f2ccb1

View File

@ -5250,11 +5250,6 @@ gtk_window_size_allocate (GtkWidget *widget,
}
else
{
if (priv->frame)
gdk_window_resize (priv->frame,
allocation->width + priv->frame_left + priv->frame_right,
allocation->height + priv->frame_top + priv->frame_bottom);
update_grip_visibility (window);
set_grip_position (window);
}
@ -5273,12 +5268,6 @@ gtk_window_size_allocate (GtkWidget *widget,
gtk_widget_size_allocate (child, &child_allocation);
}
if (gtk_widget_get_realized (widget))
{
update_grip_visibility (window);
set_grip_position (window);
}
}
static gint