diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-07 01:27:48 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-07 01:27:48 +0800 |
commit | 13637506931b1b57588b55d3730aadb3e1986a14 (patch) | |
tree | 490d11d859046f0a522f548f078ef90c26fca41d /mail/mail-send-recv.c | |
parent | 34b5562c9f60f47fd86b27850c282921cd099e7b (diff) | |
download | gsoc2013-evolution-13637506931b1b57588b55d3730aadb3e1986a14.tar.gz 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.c | 2 |
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); |