aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-component-registry.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-01-30 00:27:21 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-01-30 00:27:21 +0800
commitc11a9cc19ee58ce5c2e7d1580f50704201a10551 (patch)
treec54f42c9c55061646c4b38205f303e0a9e5e8f26 /shell/e-component-registry.c
parente8b3264480caffa92afc634f344505f2dac6db63 (diff)
downloadgsoc2013-evolution-c11a9cc19ee58ce5c2e7d1580f50704201a10551.tar
gsoc2013-evolution-c11a9cc19ee58ce5c2e7d1580f50704201a10551.tar.gz
gsoc2013-evolution-c11a9cc19ee58ce5c2e7d1580f50704201a10551.tar.bz2
gsoc2013-evolution-c11a9cc19ee58ce5c2e7d1580f50704201a10551.tar.lz
gsoc2013-evolution-c11a9cc19ee58ce5c2e7d1580f50704201a10551.tar.xz
gsoc2013-evolution-c11a9cc19ee58ce5c2e7d1580f50704201a10551.tar.zst
gsoc2013-evolution-c11a9cc19ee58ce5c2e7d1580f50704201a10551.zip
Minor build break.
svn path=/trunk/; revision=34932
Diffstat (limited to 'shell/e-component-registry.c')
-rw-r--r--shell/e-component-registry.c2
1 files changed, 1 insertions, 1 deletions
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;
}