diff options
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail-ops.c | 2 |
2 files changed, 5 insertions, 1 deletions
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 <pchenthill@novell.com> + + * mail/mail-ops.c: Corrected a typo error. + 2009-04-13 Chenthill Palanisamy <pchenthill@novell.com> 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")); } |