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 <[EMAIL PROTECTED]>: 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 _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.