]> Pileus Git - ~andy/gtk/commitdiff
entry: Add bug reference to workaround
authorBenjamin Otte <otte@redhat.com>
Thu, 2 Sep 2010 22:17:35 +0000 (00:17 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 26 Sep 2010 13:11:35 +0000 (15:11 +0200)
gtk/gtkentry.c

index 955bf2d6ddeca82564ce9baa411c47c4facf82a1..351086b1737b12e907caf55135f7c79c760d1827 100644 (file)
@@ -3281,7 +3281,8 @@ gtk_entry_draw_frame (GtkWidget      *widget,
   gdk_drawable_get_size (window, &width, &height);
 
   /* Fix a problem with some themes which assume that entry->text_area's
-   * width equals widget->window's width */
+   * width equals widget->window's width
+   * http://bugzilla.gnome.org/show_bug.cgi?id=466000 */
   if (GTK_IS_SPIN_BUTTON (widget))
     {
       gint xborder, yborder;