diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | composer/e-msg-composer.c | 2 | ||||
-rw-r--r-- | mail/e-searching-tokenizer.c | 1 | ||||
-rw-r--r-- | smime/lib/e-cert-db.c | 2 | ||||
-rw-r--r-- | widgets/misc/e-filter-bar.c | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -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]); |