From 4459a217ab3c2ea6e56c5aa30f00f3a417913575 Mon Sep 17 00:00:00 2001 From: "ramiro%fateware.com" Date: Tue, 9 May 2000 22:09:32 +0000 Subject: [PATCH] Quiet down the debug noise a tiny bit. --- embedding/browser/gtk/src/gtkmozembed.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/embedding/browser/gtk/src/gtkmozembed.cpp b/embedding/browser/gtk/src/gtkmozembed.cpp index 9b8a8233a2cd..f0f48b8741c4 100644 --- a/embedding/browser/gtk/src/gtkmozembed.cpp +++ b/embedding/browser/gtk/src/gtkmozembed.cpp @@ -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)) {