[gtk+/composite-templates] 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] Fixing dialog separator property to be construct-only
- Date: Sun, 10 Jun 2012 04:40:18 +0000 (UTC)
commit 7e0d69822bb291f53f23f708cee3a3ae98d1b331
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 6f34cdd..23c17b6 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]