Mercurial > pidgin.yaz
view pixmaps/sad.xpm @ 5926:6c22d37c6a3c
[gaim-migrate @ 6366]
Another "should fix" commit! If calling gaim_connection_disconnect()
instead of gaim_account_disconnect() (which was happening at times), the
account's connection would never be set to NULL. Now we ensure that if the
account's connection is non-NULL, gaim_account_disconnect() is called first
instead of gaim_connection_disconnect().
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Fri, 20 Jun 2003 03:55:56 +0000 |
parents | 230b022108f4 |
children |
line wrap: on
line source
/* XPM */ static char * sad_xpm[] = { "19 19 11 1", " c None", ". c #000000", "+ c #CCCC00", "@ c #FFFF00", "# c #333333", "$ c #666600", "% c #666666", "& c #FFFFFF", "* c #CCCC33", "= c #999900", "- c #333300", " ....... ", " ..+@@@@@+.. ", " .+@@.@@@.@@+. ", " .@@@.@@@@@.@@@. ", " .+@.###@@@##..@+. ", " .@@$%&&*@$&&=$@@. ", ".+@@@%&.*@-&.=@@@+.", ".@@@@+..*@*..+@@@@.", ".@@@@@$@@@@@=@@@@@.", ".@@@@@@@@@@@@@@@@@.", ".@@@@@.......@@@@@.", ".@@$@.=@@@@@=.@$@@.", ".+@$-@@@***@@@-$@+.", " .@@$@@@@@@@@@$@@. ", " .+@@@@@@@@@@@@@+. ", " .@@@@@@@@@@@@@. ", " .+@@@@@@@@@+. ", " ..+@@@@@+.. ", " ....... "};