From 64890235ce80b18a3d6f8675b100301d9231dcd3 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Wed, 15 Apr 2009 08:00:21 +0000 Subject: Corrected a copy/paste error. svn path=/trunk/; revision=37525 --- mail/ChangeLog | 4 ++++ mail/mail-ops.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index b33f8f63ff..d1e0e834ef 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2009-04-15 Chenthill Palanisamy + + * mail/mail-ops.c: Corrected a typo error. + 2009-04-13 Chenthill Palanisamy Fixes #467659 (bnc) diff --git a/mail/mail-ops.c b/mail/mail-ops.c index ad1ebb0663..5d9386b6c0 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -801,7 +801,7 @@ send_queue_done (struct _send_queue_msg *m) } static gchar * -send_queue_desc (struct _append_msg *m) +send_queue_desc (struct _send_queue_msg *m) { return g_strdup (_("Sending message")); } -- cgit v1.2.3