Install "draw_as_radio" as a separate property, not as an alias of

2003-08-29  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
	as a separate property, not as an alias of "inconsistent".
This commit is contained in:
Matthias Clasen
2003-08-29 19:15:26 +00:00
committed by Matthias Clasen
parent 545b40a1b3
commit 2ed71f131e
6 changed files with 26 additions and 1 deletions

View File

@ -129,7 +129,7 @@ gtk_check_menu_item_class_init (GtkCheckMenuItemClass *klass)
G_PARAM_READWRITE));
g_object_class_install_property (gobject_class,
PROP_INCONSISTENT,
PROP_DRAW_AS_RADIO,
g_param_spec_boolean ("draw_as_radio",
_("Draw as radio menu item"),
_("Whether the menu item looks like a radio menu item"),