From 035c9fbfa8d43eded3d91869df0471defc39f1fd Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Apr 2009 05:58:10 +0000 Subject: ** Remove a bunch of juvenile comments. Source code should look 2009-04-12 Matthew Barnes ** Remove a bunch of juvenile comments. Source code should look professional, even if some developers are not. svn path=/trunk/; revision=37514 --- composer/e-msg-composer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer') 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; -- cgit v1.2.3