annotate pixmaps/protocols/jabber/available-chat.xpm @ 5518:bf2a7a7b739d
[gaim-migrate @ 5918]
Reworked the group support. You should now be able to delete groups by
dragging a user into them and then back out.
I stress _should_. This will likely have bugs. I cleaned up the ones I
found, I think, but I'm not 100% confident here :) Please test! Preferably
on test accounts, but it won't kill things, just reorder stuff.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Sun, 25 May 2003 22:51:19 +0000 |
parents |
a662c133d1fd |
children |
|
rev |
line source |
3583
|
1 /* XPM */
|
|
2 static char * available_chat_xpm[] = {
|
|
3 "12 14 6 1",
|
|
4 " c None",
|
|
5 ". c #333333",
|
|
6 "+ c #FFFF00",
|
|
7 "@ c #666666",
|
|
8 "# c #000000",
|
|
9 "$ c #4C4C4C",
|
|
10 " ... ",
|
|
11 " .+++. ",
|
|
12 " .+++++. ",
|
|
13 ".++@+@++. ",
|
|
14 ".+@+@+@+. ",
|
|
15 ".+@+++### ",
|
|
16 " .+@+#+++# ",
|
|
17 " .+@#+++++# ",
|
|
18 " .#++#+#++#",
|
|
19 " .#+++++++#",
|
|
20 " $#++#+#++#",
|
|
21 " $.#++#++# ",
|
|
22 " ..#+++# ",
|
|
23 " ### "};
|