diff --git a/ChangeLog b/ChangeLog index ba6c9a57fa..da2acb09f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2006-08-15 Matthias Clasen + * gtk/gtkcolorsel.c (palette_paint): Remove a leftover + debug statement. (#350072, Iago Rubio) + + * gtk/gtktextbufferserialize.c (check_id_or_name): Fix + warning text. (#349277) + * gtk/gtknotebook.c (gtk_notebook_enter_notify): Remove. (gtk_notebook_motion_notify): Instead, update the arrow state here. (#349570, Benjamin Otte) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ba6c9a57fa..da2acb09f8 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,11 @@ 2006-08-15 Matthias Clasen + * gtk/gtkcolorsel.c (palette_paint): Remove a leftover + debug statement. (#350072, Iago Rubio) + + * gtk/gtktextbufferserialize.c (check_id_or_name): Fix + warning text. (#349277) + * gtk/gtknotebook.c (gtk_notebook_enter_notify): Remove. (gtk_notebook_motion_notify): Instead, update the arrow state here. (#349570, Benjamin Otte) diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c index eec02636af..6e66a000ce 100644 --- a/gtk/gtkcolorsel.c +++ b/gtk/gtkcolorsel.c @@ -623,10 +623,6 @@ palette_paint (GtkWidget *drawing_area, if (GTK_WIDGET_HAS_FOCUS (drawing_area)) { set_focus_line_attributes (drawing_area, cr, &focus_width); - g_print ("%g %g %g %g\n", - focus_width / 2., focus_width / 2., - (double)drawing_area->allocation.width - focus_width, - (double)drawing_area->allocation.height - focus_width); cairo_rectangle (cr, focus_width / 2., focus_width / 2.,