aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-send-recv.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index cbf33205c9..37f91f43c4 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-29 Matthew Barnes <mbarnes@redhat.com>
+
+ * mail-send-recv.c:
+ Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.
+
2008-01-28 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #506948
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c
index 6cead72700..5c4454d7cb 100644
--- a/mail/mail-send-recv.c
+++ b/mail/mail-send-recv.c
@@ -714,7 +714,7 @@ receive_done (char *uri, void *data)
gtk_widget_set_sensitive (info->cancel_button, FALSE);
/* remove/free this active download */
- d(printf("%s: freeing info %p\n", G_GNUC_FUNCTION, info));
+ d(printf("%s: freeing info %p\n", G_STRFUNC, info));
if (info->type == SEND_SEND)
g_hash_table_steal(info->data->active, SEND_URI_KEY);
else