Fixing dialog separator property to be construct-only

This commit is contained in:
Tristan Van Berkom
2010-06-11 13:34:11 -04:00
parent a22821390a
commit f2e1df6066

View File

@@ -192,7 +192,7 @@ gtk_dialog_class_init (GtkDialogClass *class)
P_("Separator"),
P_("The separator above the action buttons"),
GTK_TYPE_SEPARATOR,
GTK_PARAM_WRITABLE));
GTK_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY));
/**
* GtkDialog:vbox: