summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-04-14 21:34:29 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-14 21:34:29 +0000
commita1fd4e4bac0a15d9338dc4a29e1c8b6d75c8d8f9 (patch)
tree642be8014fc07c7a24fa71189e1200898997c407 /gtk/gtkcombobox.c
parent321cedab98b73823121073ef200aa6bc1cd8217b (diff)
downloadgtk+-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.c2
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));
}