]> Pileus Git - ~andy/gtk/commitdiff
GtkRadioButton: Use "radio" style class instead of "check"
authorCarlos Garcia Campos <cgarcia@igalia.com>
Mon, 3 Jan 2011 12:09:00 +0000 (13:09 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 3 Jan 2011 12:09:00 +0000 (13:09 +0100)
gtk/gtkradiobutton.c

index 424d8505f48d21352e17e70dcd4d3ebf2d9e4b39..4044b3ed1dd9b48215a54649cbd6601314f05175 100644 (file)
@@ -952,7 +952,7 @@ gtk_radio_button_draw_indicator (GtkCheckButton *check_button,
                            allocation.width - (2 * border_width),
                            allocation.height - (2 * border_width));
 
-  gtk_style_context_add_class (context, GTK_STYLE_CLASS_CHECK);
+  gtk_style_context_add_class (context, GTK_STYLE_CLASS_RADIO);
 
   gtk_render_option (context, cr,
                      x, y, indicator_size, indicator_size);