s/G_PARAM_WRITE/G_PARAM_WRITABLE/

obvious fix to make it compile
This commit is contained in:
James Henstridge 2001-04-28 05:17:31 +00:00
parent c4f26ae336
commit f06a725358

View File

@ -406,7 +406,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
_("Headers Clickable"),
_("Column headers respond to click events"),
FALSE,
G_PARAM_WRITE));
G_PARAM_WRITABLE));
g_object_class_install_property (o_class,
PROP_EXPANDER_COLUMN,