diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-05 02:45:12 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-05 02:45:12 +0800 |
commit | 8781122643884eea343afc4117d6d05f2ff95392 (patch) | |
tree | d6411d3a5f3cfcdc3b719905ac55fa38892636af /mail/em-migrate.c | |
parent | c83b4d0ad9fe0bbf7576610468a8b3875269c0c5 (diff) | |
download | gsoc2013-evolution-8781122643884eea343afc4117d6d05f2ff95392.tar.gz gsoc2013-evolution-8781122643884eea343afc4117d6d05f2ff95392.tar.zst gsoc2013-evolution-8781122643884eea343afc4117d6d05f2ff95392.zip |
Use G_STRLOC or G_STRFUNC instead of deprecated G_GNUC_PRETTY_FUNCTION.
2008-08-04 Matthew Barnes <mbarnes@redhat.com>
* mail/em-migrate.c (migrate_to_db):
* mail/em-network-prefs.c (notify_proxy_type_changed),
(widget_entry_changed_cb):
* mail/em-subscribe-editor.c (sub_fill_level), (sub_queue_fill_level),
(sub_row_expanded):
* mail/mail-vfolder.c:
Use G_STRLOC or G_STRFUNC instead of deprecated
G_GNUC_PRETTY_FUNCTION.
svn path=/trunk/; revision=35904
Diffstat (limited to 'mail/em-migrate.c')
-rw-r--r-- | mail/em-migrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-migrate.c b/mail/em-migrate.c index 92749d5d86..07e9c1cdab 100644 --- a/mail/em-migrate.c +++ b/mail/em-migrate.c @@ -2934,7 +2934,7 @@ migrate_to_db() migrate_folders(store, info, account->name, &ex); } else - printf("%s(%d):%s: failed to get folder infos \n", __FILE__, __LINE__, G_GNUC_PRETTY_FUNCTION); + printf("%s:%s: failed to get folder infos \n", G_STRLOC, G_STRFUNC); camel_exception_clear(&ex); } |