evolution r37514 - in trunk: . composer mail smime/lib widgets/misc



Author: mbarnes
Date: Sun Apr 12 05:58:10 2009
New Revision: 37514
URL: http://svn.gnome.org/viewvc/evolution?rev=37514&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/composer/e-msg-composer.c
   trunk/mail/e-searching-tokenizer.c
   trunk/smime/lib/e-cert-db.c
   trunk/widgets/misc/e-filter-bar.c

Modified: trunk/composer/e-msg-composer.c
==============================================================================
--- trunk/composer/e-msg-composer.c	(original)
+++ trunk/composer/e-msg-composer.c	Sun Apr 12 05:58:10 2009
@@ -1126,7 +1126,7 @@
 	/* 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;

Modified: trunk/mail/e-searching-tokenizer.c
==============================================================================
--- trunk/mail/e-searching-tokenizer.c	(original)
+++ trunk/mail/e-searching-tokenizer.c	Sun Apr 12 05:58:10 2009
@@ -1175,7 +1175,6 @@
 	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);

Modified: trunk/smime/lib/e-cert-db.c
==============================================================================
--- trunk/smime/lib/e-cert-db.c	(original)
+++ trunk/smime/lib/e-cert-db.c	Sun Apr 12 05:58:10 2009
@@ -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

Modified: trunk/widgets/misc/e-filter-bar.c
==============================================================================
--- trunk/widgets/misc/e-filter-bar.c	(original)
+++ trunk/widgets/misc/e-filter-bar.c	Sun Apr 12 05:58:10 2009
@@ -383,8 +383,6 @@
 	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]);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]