evolution r36870 - branches/gnome-2-24/composer



Author: mbarnes
Date: Fri Dec 12 03:22:03 2008
New Revision: 36870
URL: http://svn.gnome.org/viewvc/evolution?rev=36870&view=rev

Log:
2008-12-11  Matthew Barnes  <mbarnes redhat com>

	** Fixes bug #562450

	* composer/e-msg-composer.c (handle_multipart_signed):
	Fix a typo that broke "Edit as New Message" for signed messages.



Modified:
   branches/gnome-2-24/composer/ChangeLog
   branches/gnome-2-24/composer/e-msg-composer.c

Modified: branches/gnome-2-24/composer/e-msg-composer.c
==============================================================================
--- branches/gnome-2-24/composer/e-msg-composer.c	(original)
+++ branches/gnome-2-24/composer/e-msg-composer.c	Fri Dec 12 03:22:03 2008
@@ -3149,7 +3149,7 @@
 	mime_part = camel_multipart_get_part (
 		multipart, CAMEL_MULTIPART_SIGNED_CONTENT);
 
-	if (mime_part != NULL)
+	if (mime_part == NULL)
 		return;
 
 	content_type = camel_mime_part_get_content_type (mime_part);



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