Make the testsuite happy that get gets the default value

This commit is contained in:
William Jon McCann 2013-06-25 11:48:16 -04:00 committed by Matthias Clasen
parent 99421916e6
commit 0091fc3543

View File

@ -540,7 +540,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
g_param_spec_string ("logo-icon-name",
P_("Logo Icon Name"),
P_("A named icon to use as the logo for the about box."),
NULL,
"image-missing",
GTK_PARAM_READWRITE));
/**
* GtkAboutDialog:wrap-license: