aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-send-recv.c
diff options
context:
space:
mode:
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);