More default property value corrections

svn path=/trunk/; revision=19276
This commit is contained in:
Matthias Clasen
2007-12-28 17:10:33 +00:00
parent 98c4b12ea3
commit 81b82a676f
5 changed files with 12 additions and 5 deletions

View File

@ -531,7 +531,7 @@ gtk_file_selection_class_init (GtkFileSelectionClass *class)
g_param_spec_boolean ("show-fileops",
P_("Show file operations"),
P_("Whether buttons for creating/manipulating files should be displayed"),
FALSE,
TRUE,
GTK_PARAM_READWRITE));
g_object_class_install_property (gobject_class,
PROP_SELECT_MULTIPLE,