From c11a9cc19ee58ce5c2e7d1580f50704201a10551 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 29 Jan 2008 16:27:21 +0000 Subject: Minor build break. svn path=/trunk/; revision=34932 --- shell/e-component-registry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/e-component-registry.c b/shell/e-component-registry.c index eb11adb081..bdd02fded9 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_STRFUNC " - Unknown id \"%s\"", id); + g_warning ("%s - Unknown id \"%s\"", G_STRFUNC, id); return CORBA_OBJECT_NIL; } -- cgit