Mercurial > pidgin.yaz
view pixmaps/tb_drag_arrow_down.xpm @ 13666:915f26ce1d07
[gaim-migrate @ 16068]
Suppress CID 108.
Event assign_zero: Variable "(irc)->roomlist" assigned value 0.
278 irc->roomlist = NULL;
Event var_deref_model: Variable "(irc)->roomlist" tracked as NULL was passed to a function that dereferences it.
288 gaim_roomlist_room_add_field(irc->roomlist, room, args[1]);
nosnilmot noted:
'name can't be both "323" and "322" at the same time, so this will never happen'
In the 323 case, this saves us a strcmp() that we know is useless, and adding the return is consistent with the 321 block above.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 20 Apr 2006 04:56:44 +0000 |
parents | 87e95b8ce60b |
children |
line wrap: on
line source
/* XPM */ static char * tb_drag_arrow_down_xpm[] = { "13 16 13 1", " g None", ". g #E40E0E", "+ g #B80000", "@ g #F02F2F", "# g #E78383", "$ g #E87676", "% g #E56A6A", "& g #EDAFAF", "* g #E79F9F", "= g #ED9191", "- g #F05757", "; g #E54545", "> g #D23333", " ....+ ", " @#$%+ ", " @#$%+ ", " @#$%+ ", " @#$%+ ", " @#$%+ ", " @#$%+ ", " @#$%+ ", " @#$%+ ", "....@#$%....+", " @&*=#$%-;>+ ", " @*=#$%-;+ ", " @=#$%-+ ", " @#$%+ ", " @$+ ", " + "};