diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-12 13:58:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-04-12 13:58:10 +0800 |
commit | 035c9fbfa8d43eded3d91869df0471defc39f1fd (patch) | |
tree | 8fdc1b605a5580a98d606d429d86edd6b146d754 /composer/e-msg-composer.c | |
parent | f07d2d6f969cc67db26727daec031d5770a6f460 (diff) | |
download | gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar.gz gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar.zst gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.zip |
** Remove a bunch of juvenile comments. Source code should look
2009-04-12 Matthew Barnes <mbarnes@redhat.com>
** Remove a bunch of juvenile comments. Source code should
look professional, even if some developers are not.
svn path=/trunk/; revision=37514
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r-- | composer/e-msg-composer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index c5683359c1..b509a97ce8 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1126,7 +1126,7 @@ get_file_content (EMsgComposer *composer, /* The newer signature UI saves signatures in UTF-8, but we still need to check that the signature is valid UTF-8 because it is possible that the user imported a signature file that is in his/her locale charset. If it's not in UTF-8 and not in - the charset the composer is in (or their default mail charset) then fuck it, + the charset the composer is in (or their default mail charset) then there's nothing we can do. */ if (buffer->len && !g_utf8_validate ((const gchar *)buffer->data, buffer->len, NULL)) { stream = (CamelStream *) memstream; |