From 796abb7844a690e718cbc875c0223053bf97a860 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 21 Jun 2007 05:35:15 +0000 Subject: [PATCH] Remove debug spew svn path=/trunk/; revision=18214 --- ChangeLog | 4 ++++ gtk/gtktoolbar.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 353b91d9f8..8089636bd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-21 Matthias Clasen + + * gtk/gtktoolbar.c: Remove debug spew. (#449492, Christian Persch) + 2007-06-21 Matthias Clasen * gtk/gtkmain.c (gtk_main_do_event): Remove faulty and irrelevant diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index 8230c1149f..f27c5f459d 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -1922,8 +1922,6 @@ gtk_toolbar_move_focus (GtkWidget *widget, gboolean try_focus = FALSE; GList *children; - g_printerr ("%s (dir = %d)\n", G_STRFUNC, dir); - if (container->focus_child && gtk_widget_child_focus (container->focus_child, dir)) {