diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-06-11 13:34:11 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-06-11 13:34:11 -0400 |
commit | f2e1df60667ebfc77ed211f3dc60aebb31c57987 (patch) | |
tree | b7bf8e74f49da84acda43c522550271f822752a8 | |
parent | a22821390a84a5afb3d81f0c9cd061982a369a0f (diff) | |
download | gtk+-composite-widget-templates.tar.gz |
Fixing dialog separator property to be construct-onlycomposite-widget-templates
-rw-r--r-- | gtk/gtkdialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index e2f5fbedfc..fb14ae65b2 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -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: |