aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-migrate.c
diff options
context:
space:
mode:
authorJeff Cai <jeff.cai@sun.com>2008-07-28 11:19:05 +0800
committerJeff Cai <jeffcai@src.gnome.org>2008-07-28 11:19:05 +0800
commit9d89b214fd7b6a6b60ea1a808d472b783a30618a (patch)
treeb356f9e4a50c6b5c8ddb6e2c3797e49d8268b5ff /mail/em-migrate.c
parent25eacebd0e2692e24757086b0f02744c86fbd93d (diff)
downloadgsoc2013-evolution-9d89b214fd7b6a6b60ea1a808d472b783a30618a.tar.gz
gsoc2013-evolution-9d89b214fd7b6a6b60ea1a808d472b783a30618a.tar.zst
gsoc2013-evolution-9d89b214fd7b6a6b60ea1a808d472b783a30618a.zip
Use G_GNUC_PRETTY_FUNCTION instead of __PRETTY__FUNCTION
2008-07-28 Jeff Cai <jeff.cai@sun.com> * em-migrate.c: (migrate_to_db): * em-network-prefs.c: (notify_proxy_type_changed), (widget_entry_changed_cb): Use G_GNUC_PRETTY_FUNCTION instead of __PRETTY__FUNCTION svn path=/trunk/; revision=35844
Diffstat (limited to 'mail/em-migrate.c')
-rw-r--r--mail/em-migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-migrate.c b/mail/em-migrate.c
index ea727c4601..92749d5d86 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__, __PRETTY_FUNCTION__);
+ printf("%s(%d):%s: failed to get folder infos \n", __FILE__, __LINE__, G_GNUC_PRETTY_FUNCTION);
camel_exception_clear(&ex);
}
- Fix build with gcc 4.2amdmi32009-04-0216-13/+467 * Mark as broken with gcc4.2.linimon2007-10-041-1/+5 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-8/+5 * Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-1/+0 * SHA256ifyedwin2006-01-221-0/+1 * BROKEN on amd64 and ia64: Does not buildkris2004-12-041-0/+4 * - Fix configure error from bad tarballsem2004-11-024-8/+35 * - Trim newlines at the end of patcheskrion2004-06-114-5/+2 * Restore maintainer; his email was bouncing last week and I fat-fingered thekris2004-05-161-1/+1 * Reset bouncing maintainer address:kris2004-05-161-1/+1 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * - Honour PTHREAD_{CFLAGS,LIBS}krion2004-02-172-33/+2 * FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS}kris2004-02-171-0/+4 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Force to use gcc2.95. Fix configuration problems, too.linimon2003-11-212-12/+69 * Use the virtual category "scheme" (part ii)edwin2003-08-281-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * Fix on -current (get gmp from ${LOCALBASE})anholt2002-12-211-0/+2 * Set MAINTAINER back to the submitter. He is now reachable again.knu2002-12-181-1/+1 * port wants gmp, port gets gmpedwin2002-11-241-1/+7 * Reset undeliverable maintainer addresses to ports@FreeBSD.orgkris2002-11-181-1/+1 * Add qscheme 0.5.1, a small and fast Scheme interpreter.will2002-06-27