Improve consistency of signal and property names

This commit is contained in:
Matthias Clasen
2006-07-06 05:14:03 +00:00
parent e5afc7e331
commit f8794cccca
51 changed files with 185 additions and 181 deletions

View File

@ -1739,7 +1739,7 @@ _gtk_style_peek_property_value (GtkStyle *style,
gchar *contents = g_strdup_value_contents (&rcprop->value);
g_message ("%s: failed to retrieve property `%s::%s' of type `%s' from rc file value \"%s\" of type `%s'",
rcprop->origin,
rcprop->origin ? rcprop->origin : "(for origin information, set GTK_DEBUG)",
g_type_name (pspec->owner_type), pspec->name,
g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspec)),
contents,