Fix coloring the bottom of the chat area (Richard Hitt)

This commit is contained in:
Richard Hitt 2012-06-03 11:58:37 +02:00 committed by Berke Viktor
parent 0596ee0733
commit 4f73128e9b
1 changed files with 0 additions and 1 deletions

View File

@ -1131,7 +1131,6 @@ gtk_xtext_size_allocate (GtkWidget * widget, GtkAllocation * allocation)
xtext->avoid_trans = FALSE;
allocation->height = allocation->height / xtext->fontsize * xtext->fontsize;
widget->allocation = *allocation;
if (GTK_WIDGET_REALIZED (widget))
{