Remove debug spew

svn path=/trunk/; revision=18214
This commit is contained in:
Matthias Clasen 2007-06-21 05:35:15 +00:00
parent cfeb26315b
commit 796abb7844
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-06-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbar.c: Remove debug spew. (#449492, Christian Persch)
2007-06-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmain.c (gtk_main_do_event): Remove faulty and irrelevant

View File

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