Fix usage of non-existing variable in debug message.

This commit is contained in:
Tomas Popela
2013-03-21 14:07:55 +01:00
parent e7861e6934
commit e6bb4c7795

View File

@ -491,7 +491,7 @@ mail_display_plugin_widget_resize (GtkWidget *widget,
if (!WEBKIT_DOM_IS_ELEMENT (parent_element)) {
d (
printf ("%s: %s does not have (valid) parent element!\n",
G_STRFUNC, (gchar *) g_object_get_data (object, "uri")));
G_STRFUNC, (gchar *) g_object_get_data (G_OBJECT (widget), "uri")));
return;
}