diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-04-14 21:34:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-04-14 21:34:29 +0000 |
commit | a1fd4e4bac0a15d9338dc4a29e1c8b6d75c8d8f9 (patch) | |
tree | 642be8014fc07c7a24fa71189e1200898997c407 /gtk/gtkcombobox.c | |
parent | 321cedab98b73823121073ef200aa6bc1cd8217b (diff) | |
download | gtk+-a1fd4e4bac0a15d9338dc4a29e1c8b6d75c8d8f9.tar.gz |
Make all style properties readonly.
2004-04-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c:
* gtk/gtkwidget.c:
Make all style properties readonly.
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r-- | gtk/gtkcombobox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index b72919c9a7..4a3d74f034 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -509,7 +509,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass) P_("Appears as list"), P_("Whether combobox dropdowns should look like lists rather than menus"), FALSE, - G_PARAM_READWRITE)); + G_PARAM_READABLE)); g_type_class_add_private (object_class, sizeof (GtkComboBoxPrivate)); } |