Mercurial > pidgin
annotate pixmaps/tb_undo.xpm @ 4342:051265d35a36
[gaim-migrate @ 4607]
Thanks tp Aubin LaBrosse for a receive-file-transfer fix. Gaim no
longer ignores file transfer sends where the other user didn't
enter a description.
I "fixed" invisibility with ICQ. Currently, if you set yourself to
invisible you'll just show up as invisible on everyone's list. The fix
is to set your permit/deny setting to "allow only the users below."
...and so this is a little ugly. Basically, parts of the permit/deny
code need to be rewritten to allow the prpls to choose the names of the
permit/deny lists, and allow a prpl to pick how many lists there are.
ICQ has a visible list, an invisible list, and an ignore list.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 18 Jan 2003 22:43:22 +0000 |
parents | 6f049002d963 |
children |
rev | line source |
---|---|
2008 | 1 /* XPM */ |
2 static char * tb_undo_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #8F431E", | |
7 "@ c #803C1B", | |
8 "# c #8A411D", | |
9 "$ c #954620", | |
10 "% c #733618", | |
11 "& c #5C2B13", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " ", | |
16 " ", | |
17 " ", | |
18 " . ", | |
19 " .. ", | |
20 " .+@... ", | |
21 " .#$##@%.. ", | |
22 " .+#...%%. ", | |
23 " .. .&. ", | |
24 " . .&. ", | |
25 " .. ", | |
26 " .. ", | |
27 " . ", | |
28 " . ", | |
29 " ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " "}; |