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-shell-importer.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-shell-importer.c')
-rw-r--r-- | shell/e-shell-importer.c | 4 |
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 |