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