diff options
Diffstat (limited to 'shell/e-component-registry.c')
-rw-r--r-- | shell/e-component-registry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-component-registry.c b/shell/e-component-registry.c index 9d953b4997..eb11adb081 100644 --- a/shell/e-component-registry.c +++ b/shell/e-component-registry.c @@ -343,7 +343,7 @@ e_component_registry_activate (EComponentRegistry *registry, 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 (G_STRFUNC " - Unknown id \"%s\"", id); return CORBA_OBJECT_NIL; } |