Remove a leftover debug statement. (#350072, Iago Rubio)

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkcolorsel.c (palette_paint): Remove a leftover
	debug statement. (#350072, Iago Rubio)
This commit is contained in:
Matthias Clasen 2006-08-15 15:15:52 +00:00 committed by Matthias Clasen
parent ba95367a09
commit 11ad869252
3 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,11 @@
2006-08-15 Matthias Clasen <mclasen@redhat.com>
* 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)

View File

@ -1,5 +1,11 @@
2006-08-15 Matthias Clasen <mclasen@redhat.com>
* 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)

View File

@ -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.,