# HG changeset patch # User Mark Doliner # Date 1051123605 0 # Node ID b81e3c496598fc089110f3d32cae86a9fd161e8d # Parent 721a61670540ae74f864bcbfb6dc836b5fdc39f9 [gaim-migrate @ 5567] This fixes signing on with zephyr and other protocols that don't have list icon functions. Zephyr still seems to inifinite loop when I sign on, I don't know why. It used to work. Also, zephyr doesn't have an icon for people in the buddy list. Me or something that's in with the downlow should do something about that. committer: Tailor Script diff -r 721a61670540 -r b81e3c496598 src/buddy.c --- a/src/buddy.c Wed Apr 23 13:24:34 2003 +0000 +++ b/src/buddy.c Wed Apr 23 18:46:45 2003 +0000 @@ -1772,6 +1772,9 @@ unref_protocol(prpl); } + if (!protoname) + return NULL; + /* "Hey, what's all this crap?" you ask. Status icons will be themeable too, and then it will look up protoname from the theme */ if (!strcmp(protoname, "aim")) {