evolution r35024 - trunk/mail



Author: msuman
Date: Sat Feb 16 17:11:46 2008
New Revision: 35024
URL: http://svn.gnome.org/viewvc/evolution?rev=35024&view=rev

Log:
Patch from Aidan Delaney  <a j delaney brighton ac uk>: Fix for bug #516234 (Removed a stray printf() statement)

Modified:
   trunk/mail/ChangeLog
   trunk/mail/em-popup.c

Modified: trunk/mail/em-popup.c
==============================================================================
--- trunk/mail/em-popup.c	(original)
+++ trunk/mail/em-popup.c	Sat Feb 16 17:11:46 2008
@@ -652,7 +652,6 @@
 	EPopupTarget *target = ep->target;
 	CamelMimePart *part;
 
-	printf("in emp_apps_open_in\n");
 	if (target->type == EM_POPUP_TARGET_ATTACHMENTS)
 		part = ((EAttachment *) ((EMPopupTargetAttachments *) target)->attachments->data)->body;
 	else



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