Now I'm just not paying attention.
This commit is contained in:
parent
e83c620128
commit
1b6e71608a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue