[Companion] mail icon background ?
Brian
mozdev at bkennelly.net
Wed Oct 6 10:51:22 EDT 2004
Scott wrote:
>
> I on the other hand don't utilize the mail icon (I just use the alert
> button/icon for mail) but I do use the "Groups" button and it's icon
> has the same problem. Can we make a similar fix there as well?
Yahoo! groups uses the "grp.bmp" icon, which has not been converted. If
you can supply a GIF version, I would support adding it.
There is an icon called "21c.gif" that is close, and could be used. (It
is currently unused, although it is included in the 'icons' directory.)
The appropriate new code for the workaround would be.
case "grp.bmp": // the Groups icon
this.img = "chrome://yahootoolbar/content/icons/21c.gif";
// this.img =
"chrome://yahootoolbar/content/icons/grp.gif"; <- use
this after the correct icon is available.
break;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 21c.gif
Type: image/gif
Size: 1024 bytes
Desc: not available
Url : http://mozdev.org/pipermail/companion/attachments/20041006/27793bc7/21c.gif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: grp[1].bmp
Type: image/bmp
Size: 452 bytes
Desc: not available
Url : http://mozdev.org/pipermail/companion/attachments/20041006/27793bc7/grp1.bin
More information about the Companion
mailing list