Mercurial > pidgin
annotate pixmaps/gnome_close.xpm @ 5505:870207a49f2f
[gaim-migrate @ 5904]
Typing messages no longer require any acknowledgement, so all errors saying
that the message was not received should now be gone. This is what the
official client does.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 24 May 2003 19:15:58 +0000 |
parents | faa7603ae02e |
children |
rev | line source |
---|---|
619 | 1 /* XPM */ |
2 static char * gnome_close_xpm[] = { | |
3 "24 24 2 1", | |
4 " c None", | |
5 ". c #000000", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " . .. ", | |
13 " .. .... ", | |
14 " .. ... ", | |
15 " ..... ", | |
16 " ... ", | |
17 " .... ", | |
18 " ...... ", | |
19 " .. .... ", | |
20 " .. .... ", | |
21 " . .. ", | |
22 " ", | |
23 " ", | |
24 " ", | |
25 " ", | |
26 " ", | |
27 " ", | |
28 " ", | |
29 " "}; |