diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-01-29 23:24:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-01-29 23:24:04 +0800 |
commit | e8b3264480caffa92afc634f344505f2dac6db63 (patch) | |
tree | 223e0561b9b8b42dc12aa1189be8552600535d50 /shell/e-component-registry.c | |
parent | 28618d82681cc3b67ef8a0686ce72bc7857d525c (diff) | |
download | gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar.gz gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar.zst gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.zip |
Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.
2008-01-29 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/widgets/e-minicard.c:
* addressbook/gui/widgets/gal-view-minicard.c:
* mail/mail-send-recv.c:
* shell/e-component-registry.c:
* widgets/menus/gal-view-collection.c:
* widgets/menus/gal-view-instance.c:
* widgets/menus/gal-view-menus.c:
Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.
svn path=/trunk/; revision=34931
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; } |