Quiet down the debug noise a tiny bit.

git-svn-id: svn://10.0.0.236/trunk@68899 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%fateware.com 2000-05-09 22:09:32 +00:00
parent 60259db63e
commit 3ba7e280fe

View File

@ -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))
{