aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-01-29 23:24:04 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-01-29 23:24:04 +0800
commite8b3264480caffa92afc634f344505f2dac6db63 (patch)
tree223e0561b9b8b42dc12aa1189be8552600535d50 /shell/e-shell-importer.c
parent28618d82681cc3b67ef8a0686ce72bc7857d525c (diff)
downloadgsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar
gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar.gz
gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar.bz2
gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar.lz
gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar.xz
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-shell-importer.c')
-rw-r--r--shell/e-shell-importer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index 23223614ec..48c480227b 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -120,8 +120,8 @@ typedef struct _ImportData {
/*#define IMPORTER_DEBUG*/
#ifdef IMPORTER_DEBUG
-#define IN g_print ("=====> %s (%d)\n", G_GNUC_FUNCTION, __LINE__)
-#define OUT g_print ("<==== %s (%d)\n", G_GNUC_FUNCTION, __LINE__)
+#define IN g_print ("=====> %s (%d)\n", G_STRFUNC, __LINE__)
+#define OUT g_print ("<==== %s (%d)\n", G_STRFUNC, __LINE__)
#else
#define IN
#define OUT