Now I'm just not paying attention.

This commit is contained in:
Matthew Barnes 2008-01-29 17:42:15 +00:00
parent e83c620128
commit 1b6e71608a

View File

@ -100,7 +100,7 @@ diff -up evolution-2.21.90/shell/e-component-registry.c.no-gnuc-function evoluti
info = e_component_registry_peek_info (registry, ECR_FIELD_ID, id);
if (info == NULL) {
- g_warning (G_GNUC_FUNCTION " - Unknown id \"%s\"", id);
+ g_warning ("%s - Unknown id \"%s\"", %s, id);
+ g_warning ("%s - Unknown id \"%s\"", G_STRFUNC, id);
return CORBA_OBJECT_NIL;
}