mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
ba95367a09
commit
11ad869252
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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.,
|
||||
|
Loading…
Reference in New Issue
Block a user