diff options
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r-- | gtk/gtkstyle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index d7199df655..7c25358c7e 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -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, |