Mercurial > pidgin
view gtk/pixmaps/tb_drag_arrow_right.xpm @ 15285:21509d8e4e70
[gaim-migrate @ 18075]
It appears that bye_cmd() can be reached with an MsnCmdProc whose data is NULL -- that is, which was for a switchboard which has been destroyed. This may be better as a simple
if (swboard == NULL) return;
but since the code doesn't have a check for it at present I thought a g_return_if_fail() would be better until someone who understands all the MSN internals can take a closer look at what's going on.
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Thu, 04 Jan 2007 23:55:17 +0000 |
parents | 009db0b357b5 |
children |
line wrap: on
line source
/* XPM */ static char * tb_drag_arrow_right_xpm[] = { "16 13 13 1", " c None", ". c #B80000", "+ c #E40E0E", "@ c #D23333", "# c #E54545", "$ c #F05757", "% c #E56A6A", "& c #E87676", "* c #E78383", "= c #F02F2F", "- c #ED9191", "; c #E79F9F", "> c #EDAFAF", " . ", " +. ", " +@. ", " +##. ", ".........+$$$. ", "+%%%%%%%%%%%%%. ", "+&&&&&&&&&&&&&&.", "+*************= ", "+=========---= ", " +;;= ", " +>= ", " += ", " + "};