diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-04-15 16:00:21 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-04-15 16:00:21 +0800 |
commit | 64890235ce80b18a3d6f8675b100301d9231dcd3 (patch) | |
tree | e52b19e30271d3148e1ee39488bea17a899a3c81 | |
parent | 545b7173c353205f916ab121caa5f58219eb5a1e (diff) | |
download | gsoc2013-evolution-64890235ce80b18a3d6f8675b100301d9231dcd3.tar.gz gsoc2013-evolution-64890235ce80b18a3d6f8675b100301d9231dcd3.tar.zst gsoc2013-evolution-64890235ce80b18a3d6f8675b100301d9231dcd3.zip |
Corrected a copy/paste error.
svn path=/trunk/; revision=37525
-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")); } |