aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-04-12 13:58:10 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-04-12 13:58:10 +0800
commit035c9fbfa8d43eded3d91869df0471defc39f1fd (patch)
tree8fdc1b605a5580a98d606d429d86edd6b146d754
parentf07d2d6f969cc67db26727daec031d5770a6f460 (diff)
downloadgsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar
gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar.gz
gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar.bz2
gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar.lz
gsoc2013-evolution-035c9fbfa8d43eded3d91869df0471defc39f1fd.tar.xz
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
-rw-r--r--ChangeLog5
-rw-r--r--composer/e-msg-composer.c2
-rw-r--r--mail/e-searching-tokenizer.c1
-rw-r--r--smime/lib/e-cert-db.c2
-rw-r--r--widgets/misc/e-filter-bar.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index bc4094d10e..b0ca0b8aa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2009-03-16 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.26.0 release and version bump
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;
diff --git a/mail/e-searching-tokenizer.c b/mail/e-searching-tokenizer.c
index 172a126c92..9704ebb96d 100644
--- a/mail/e-searching-tokenizer.c
+++ b/mail/e-searching-tokenizer.c
@@ -1175,7 +1175,6 @@ e_searching_tokenizer_clone (HTMLTokenizer *tok)
new_st->priv->primary = search_info_clone(orig_st->priv->primary);
new_st->priv->secondary = search_info_clone(orig_st->priv->secondary);
- /* what the fucking what???? */
#if 0
shared_state_ref (orig_st->priv->shared);
shared_state_unref (new_st->priv->shared);
diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c
index d2a140aeb7..ed25356bd4 100644
--- a/smime/lib/e-cert-db.c
+++ b/smime/lib/e-cert-db.c
@@ -48,8 +48,6 @@
#include <glib/gi18n.h>
#include <glib/gstdio.h>
-/* XXX toshok why oh *why* god WHY did they do this? no fucking
- sense */
/* private NSS defines used by PSM */
/* (must be declated before cert.h) */
#define CERT_NewTempCertificate __CERT_NewTempCertificate
diff --git a/widgets/misc/e-filter-bar.c b/widgets/misc/e-filter-bar.c
index 65b25c3986..a52756943c 100644
--- a/widgets/misc/e-filter-bar.c
+++ b/widgets/misc/e-filter-bar.c
@@ -383,8 +383,6 @@ build_items (ESearchBar *esb, ESearchBarItem *items, int type, int *start, GPtrA
GSList *gtksux = NULL;
int num;
- /* So gtk calls a signal again if you connect to it WHILE inside a changed event.
- So this snot is to work around that shit fucked up situation */
for (i=0;i<rules->len;i++)
gtksux = g_slist_prepend(gtksux, rules->pdata[i]);