]> Pileus Git - ~andy/gtk/commitdiff
Remove a leftover debug statement. (#350072, Iago Rubio)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 15 Aug 2006 15:15:52 +0000 (15:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 15 Aug 2006 15:15:52 +0000 (15:15 +0000)
2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcolorsel.c (palette_paint): Remove a leftover
debug statement. (#350072, Iago Rubio)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkcolorsel.c

index ba6c9a57fa30b3c5b6b457592004154b97d9d0c5..da2acb09f87e8c2c2733817ea4e18fe7ea7db001 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index ba6c9a57fa30b3c5b6b457592004154b97d9d0c5..da2acb09f87e8c2c2733817ea4e18fe7ea7db001 100644 (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)
index eec02636aff6aa07cc0334b637e411dfaa4bb56f..6e66a000ceaf9d491be3a64f88aff2b973a38797 100644 (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.,