diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-02-17 01:11:46 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-02-17 01:11:46 +0800 |
commit | 5e2992cc7d2700845ace85e8d98295ce093c061b (patch) | |
tree | e6539a8698dc9e916fce51932868fb5cc6f911f9 /mail | |
parent | f7b188f3b3be37b1dea88f6262740f166997cd12 (diff) | |
download | gsoc2013-evolution-5e2992cc7d2700845ace85e8d98295ce093c061b.tar.gz gsoc2013-evolution-5e2992cc7d2700845ace85e8d98295ce093c061b.tar.zst gsoc2013-evolution-5e2992cc7d2700845ace85e8d98295ce093c061b.zip |
Patch from Aidan Delaney <a.j.delaney@brighton.ac.uk>: Fix for bug #516234 (Removed a stray printf() statement)
svn path=/trunk/; revision=35024
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/em-popup.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 6290492979..2df6202e9b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2008-02-16 Aidan Delaney <a.j.delaney@brighton.ac.uk> + + ** Fix for bug #516234 + + * em-popup.c: (emp_apps_open_in): Removed a stray printf() statement. + 2008-02-15 Paul Bolle <pebolle@tiscali.nl> ** Fix for bug #515659 diff --git a/mail/em-popup.c b/mail/em-popup.c index 40e22eb230..53797b0fdb 100644 --- a/mail/em-popup.c +++ b/mail/em-popup.c @@ -652,7 +652,6 @@ emp_apps_open_in(EPopup *ep, EPopupItem *item, void *data) 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 |