annotate pixmaps/tb_drag_arrow_up.xpm @ 10384:b234ad7e0dfe
[gaim-migrate @ 11610]
I think this is a better fix for the jabber problem.
I think that gaim_account_get_connection should never return NULL when
called inside a prpl from a function being called by the core.
I think ChipX86 wrote the code that I'm changing that made account->gc =
NULL. So if he has any objections, he should raise them.
committer: Tailor Script <tailor@pidgin.im>
author |
Tim Ringenbach <marv@pidgin.im> |
date |
Wed, 15 Dec 2004 22:25:55 +0000 |
parents |
5fb47ec9bfe4 |
children |
87e95b8ce60b |
rev |
line source |
4359
|
1 /* XPM */
|
|
2 static const char * arrow_up_xpm[] = {
|
|
3 "13 16 2 1",
|
|
4 " c None",
|
|
5 ". c #FF0000",
|
|
6 " . ",
|
|
7 " ... ",
|
|
8 " ..... ",
|
|
9 " ....... ",
|
|
10 " ......... ",
|
|
11 " ........... ",
|
|
12 ".............",
|
|
13 " ... ",
|
|
14 " ... ",
|
|
15 " ... ",
|
|
16 " ... ",
|
|
17 " ... ",
|
|
18 " ... ",
|
|
19 " ... ",
|
|
20 " ... ",
|
|
21 " ... "};
|