More default property value fixes

svn path=/trunk/; revision=19277
This commit is contained in:
Matthias Clasen
2007-12-28 17:29:53 +00:00
parent 81b82a676f
commit 32530a9f78
4 changed files with 10 additions and 7 deletions

View File

@ -152,7 +152,7 @@ gtk_message_dialog_class_init (GtkMessageDialogClass *class)
g_param_spec_string ("text",
P_("Text"),
P_("The primary text of the message dialog"),
NULL,
"",
GTK_PARAM_READWRITE));
/**