After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 434981 - Attachment count is broken in evolution's compose message
Attachment count is broken in evolution's compose message
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.8.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
: 440599 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-05-01 19:10 UTC by Matthew Barnes
Modified: 2009-01-05 21:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial patch (388 bytes, patch)
2007-05-01 19:17 UTC, Matthew Barnes
committed Details | Review

Description Matthew Barnes 2007-05-01 19:10:01 UTC
Forwarding from a downstream bug report:
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238551


Description of problem:

The attachment count as displayed above the attachment bar at the bottom of the
compose message window can have an incorrect attachment count when attachments
are removed from the attachment bar.

Version-Release number of selected component (if applicable):

2.8.3

How reproducible:
Every time

Steps to Reproduce:
1. Add an attachment to a new email message
2. Remove an attachment from the email message
3. Attachment count should be zero, but its still left at 1

Trying the same procedure with larger numbers of attachments leaves the count at
the max number of attachments, so it looks like the remove code fogets to
decrement the counter.



Expected results:

The count should reflect the number of attachments.
Comment 1 Matthew Barnes 2007-05-01 19:17:04 UTC
Created attachment 87348 [details] [review]
Trivial patch

The "changed" signal was not emitted in e_attachment_bar_remove_selected().
Comment 2 Srinivasa Ragavan 2007-05-03 16:17:00 UTC
Nice.
Comment 3 Matthew Barnes 2007-05-03 20:52:27 UTC
Committed to trunk (revision 33478) and gnome-2-18 branch (revision 33479).
Comment 4 Matthew Barnes 2009-01-05 21:36:16 UTC
*** Bug 440599 has been marked as a duplicate of this bug. ***