Quiet down the debug noise a tiny bit.

This commit is contained in:
ramiro%fateware.com 2000-05-09 22:09:32 +00:00
Родитель 7cc7de29e8
Коммит 4459a217ab
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -588,8 +588,10 @@ gtk_moz_embed_size_allocate(GtkWidget *widget, GtkAllocation *allocation)
widget->allocation = *allocation;
#ifdef DEBUG_blizzard
g_print("gtk_moz_embed_size allocate for %p to %d %d %d %d\n", widget,
allocation->x, allocation->y, allocation->width, allocation->height);
#endif
if (GTK_WIDGET_REALIZED(widget))
{