Mercurial > pidgin.yaz
annotate pixmaps/status-game.xpm @ 6095:00a251ad38af
[gaim-migrate @ 6554]
Make IRC not give an assertion failed error when parting. I guess it's valid
to not have an account associated with a chat? Right?
IRC has other problems with chat windows being open after parting. The
send button is grayed out, but you can still hit enter to send stuff.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 11 Jul 2003 23:05:32 +0000 |
parents | 304e8c376472 |
children |
rev | line source |
---|---|
3019 | 1 /* XPM */ |
2 static char * status_game_xpm[] = { | |
3 "12 12 14 1", | |
4 " c None", | |
5 ". c #FFFFFF", | |
6 "+ c #838183", | |
7 "@ c #000000", | |
8 "# c #000083", | |
9 "$ c #008183", | |
10 "% c #C5C2FF", | |
11 "& c #C0C0C0", | |
12 "* c #808000", | |
13 "= c #FFFF00", | |
14 "- c #000080", | |
15 "; c #808080", | |
16 "> c #800000", | |
17 ", c #FF0000", | |
18 " &&@@**&& ", | |
19 " &@@====**& ", | |
20 "&@==....=.*&", | |
21 "&@=...====*&", | |
22 "@=..-.=-.==*", | |
23 "@=.&;&&;&==*", | |
24 ".+@####====*", | |
25 "+$%%+%%=,==*", | |
26 "#.....$>==*&", | |
27 "#.#...$===*&", | |
28 "#.....$=**& ", | |
29 "#...#.$*&& "}; |