forked from AuroraMiddleware/gtk
Make the testsuite happy that get gets the default value
This commit is contained in:
parent
99421916e6
commit
0091fc3543
@ -540,7 +540,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
|
|||||||
g_param_spec_string ("logo-icon-name",
|
g_param_spec_string ("logo-icon-name",
|
||||||
P_("Logo Icon Name"),
|
P_("Logo Icon Name"),
|
||||||
P_("A named icon to use as the logo for the about box."),
|
P_("A named icon to use as the logo for the about box."),
|
||||||
NULL,
|
"image-missing",
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
/**
|
/**
|
||||||
* GtkAboutDialog:wrap-license:
|
* GtkAboutDialog:wrap-license:
|
||||||
|
Loading…
Reference in New Issue
Block a user