forked from AuroraMiddleware/gtk
Remove debug spew
svn path=/trunk/; revision=18214
This commit is contained in:
parent
cfeb26315b
commit
796abb7844
@ -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>
|
2007-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkmain.c (gtk_main_do_event): Remove faulty and irrelevant
|
* gtk/gtkmain.c (gtk_main_do_event): Remove faulty and irrelevant
|
||||||
|
@ -1922,8 +1922,6 @@ gtk_toolbar_move_focus (GtkWidget *widget,
|
|||||||
gboolean try_focus = FALSE;
|
gboolean try_focus = FALSE;
|
||||||
GList *children;
|
GList *children;
|
||||||
|
|
||||||
g_printerr ("%s (dir = %d)\n", G_STRFUNC, dir);
|
|
||||||
|
|
||||||
if (container->focus_child &&
|
if (container->focus_child &&
|
||||||
gtk_widget_child_focus (container->focus_child, dir))
|
gtk_widget_child_focus (container->focus_child, dir))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user