annotate pixmaps/protocols/icq/gnomeicu-ffc.xpm @ 4850:b5508e864987
[gaim-migrate @ 5175]
I made the buddy ticker not crash gaim when clizicking on a buddy.
I had to make the ticker pass gaim_conversation_new an account instead
of NULL, so I made the ticker look up the account for the buddy.
This fixes http://sourceforge.net/tracker/index.php?func=detail&aid=707223&group_id=235&atid=100235
committer: Tailor Script <tailor@pidgin.im>
author |
Mark Doliner <mark@kingant.net> |
date |
Fri, 21 Mar 2003 21:48:13 +0000 |
parents |
f4f5eb78a201 |
children |
|
rev |
line source |
3581
|
1 /* XPM */
|
|
2 static char * icon_ffc_xpm[] = {
|
|
3 "12 12 6 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 "@ c #00FC00",
|
|
8 "# c #FFFF00",
|
|
9 "$ c #000080",
|
|
10 " .. .. ",
|
|
11 " .+@.+@. ",
|
|
12 " ......... ",
|
|
13 " ..+#####.@.",
|
|
14 "..+#$$#$$#..",
|
|
15 "..+#######. ",
|
|
16 " .+#$###$#..",
|
|
17 ".+.+#$$$#.@.",
|
|
18 ".@@.+###... ",
|
|
19 " .....#.@. ",
|
|
20 " .@@.@@. ",
|
|
21 " .. .. "};
|