Closed
Bug 492363
Opened 16 years ago
Closed 16 years ago
Activity Manager: Actually make use of event icons for events
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b3
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
2.35 KB,
patch
|
Bienvenu
:
review+
clarkbw
:
ui-review+
|
Details | Diff | Splinter Review |
Talking with Andreas on irc, I realised that although we set nsIActivity.iconClass for sync and send mail processes, we don't actually set it for any events, therefore we just get the default icon.
This patch sets up the following icon classes:
- sendMail for "Sent Message" event.
- syncMail for auto sync event.
- deleteMail for deleting messages or folders event.
- moveMail for moving messages or folders event.
- copyMail for copying messages or folders event.
I've left folder renamed as the default for now, as we don't have a pre-existing case for that.
Attachment #376708 -
Flags: ui-review?(clarkbw)
Attachment #376708 -
Flags: review?(bienvenu)
Updated•16 years ago
|
Attachment #376708 -
Flags: review?(bienvenu) → review+
Updated•16 years ago
|
Attachment #376708 -
Flags: ui-review?(clarkbw) → ui-review+
Assignee | ||
Comment 1•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•