]> Pileus Git - ~andy/gtk/commitdiff
Fix some unused code. (#313946, Christian Persch)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 30 Aug 2005 16:09:03 +0000 (16:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Aug 2005 16:09:03 +0000 (16:09 +0000)
2005-08-30  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
code.  (#313946, Christian Persch)

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

index 8a781b7e23186e2bff06bf54520062c5907be5fd..ca1198aba7156706bf8f70354bfdcbea9aa644c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
+       code.  (#313946, Christian Persch)
+
        * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
        fix for the default value of the "ui" property.
 
index 8a781b7e23186e2bff06bf54520062c5907be5fd..ca1198aba7156706bf8f70354bfdcbea9aa644c5 100644 (file)
@@ -1,5 +1,8 @@
 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
+       code.  (#313946, Christian Persch)
+
        * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
        fix for the default value of the "ui" property.
 
index 90687f1d0072e78230d4073229ba5e94341bf13c..c3d340aafeb0d22a3560212648450369d3317602 100644 (file)
@@ -1378,7 +1378,7 @@ gtk_entry_draw_frame (GtkWidget *widget)
       
       gtk_paint_focus (widget->style, widget->window, GTK_WIDGET_STATE (widget), 
                       NULL, widget, "entry",
-                      0, 0, width, height);
+                      x, y, width, height);
     }
 }