[gtk+/composite-templates: 5/18] Fixing dialog separator property to be construct-only
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/composite-templates: 5/18] Fixing dialog separator property to be construct-only
- Date: Tue, 31 Jul 2012 12:13:57 +0000 (UTC)
commit 5e9dae15f2ca1ed2ffc10aecabd64baac17760ca
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Fri Jun 11 13:34:11 2010 -0400
Fixing dialog separator property to be construct-only
gtk/gtkdialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index ba888c3..3cdc910 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -292,7 +292,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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]