annotate pixmaps/gnomeicu-offline.xpm @ 5519:42a20beb80a7
[gaim-migrate @ 5919]
Fixed up the e-mail notification. It doesn't do everything we have the
capability to do, but I have no way of testing, nor the desire.
Theoretically, somebody could write a plugin to replace this and have some
kind of mail inbox thing :)
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Mon, 26 May 2003 00:51:23 +0000 |
parents |
3f76de1d69e1 |
children |
|
rev |
line source |
2501
|
1 /* XPM */
|
2984
|
2 static char * icon_offline_xpm[] = {
|
3015
|
3 "12 12 5 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 "@ c #F80000",
|
|
8 "# c #F8FC00",
|
|
9 " .. .. ",
|
|
10 " .+@.+@. ",
|
|
11 " .@@.@@... ",
|
|
12 " ...@.@@.+@.",
|
|
13 ".+@@....+@@.",
|
|
14 ".@@@.+#.... ",
|
|
15 " ....##.+@@.",
|
|
16 ".+@@....@@@.",
|
|
17 ".@@.+@.+... ",
|
|
18 " ...@@.@@. ",
|
|
19 " .@@.@@. ",
|
|
20 " .. .. "};
|