aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-send-recv.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-03-07 01:27:48 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-03-07 01:27:48 +0800
commit13637506931b1b57588b55d3730aadb3e1986a14 (patch)
tree490d11d859046f0a522f548f078ef90c26fca41d /mail/mail-send-recv.c
parent34b5562c9f60f47fd86b27850c282921cd099e7b (diff)
downloadgsoc2013-evolution-13637506931b1b57588b55d3730aadb3e1986a14.tar
gsoc2013-evolution-13637506931b1b57588b55d3730aadb3e1986a14.tar.gz
gsoc2013-evolution-13637506931b1b57588b55d3730aadb3e1986a14.tar.bz2
gsoc2013-evolution-13637506931b1b57588b55d3730aadb3e1986a14.tar.lz
gsoc2013-evolution-13637506931b1b57588b55d3730aadb3e1986a14.tar.xz
gsoc2013-evolution-13637506931b1b57588b55d3730aadb3e1986a14.tar.zst
gsoc2013-evolution-13637506931b1b57588b55d3730aadb3e1986a14.zip
Use G_GNUC_FUNCTION instead of __FUNCTION__. (OUT): Likewise. Likewise.
* importers/evolution-mbox-importer.c (IN): Use G_GNUC_FUNCTION instead of __FUNCTION__. (OUT): Likewise. * importers/netscape-importer.c (netscape_import_file): Likewise. * mail-send-recv.c (receive_done): Likewise. * mail-summary.c (SUMMARY_OUT): Likewise. (SUMMARY_IN): Likewise. (folder_changed_cb): Likewise. (message_changed_cb): Likewise. svn path=/trunk/; revision=20202
Diffstat (limited to 'mail/mail-send-recv.c')
-rw-r--r--mail/mail-send-recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c
index 64d9118a4a..b64064a8f8 100644
--- a/mail/mail-send-recv.c
+++ b/mail/mail-send-recv.c
@@ -574,7 +574,7 @@ receive_done (char *uri, void *data)
gtk_widget_set_sensitive((GtkWidget *)info->stop, FALSE);
/* remove/free this active download */
- d(printf("%s: freeing info %p\n", __FUNCTION__, info));
+ d(printf("%s: freeing info %p\n", G_GNUC_FUNCTION, info));
g_hash_table_remove(info->data->active, info->uri);
info->data->infos = g_list_remove(info->data->infos, info);