--- a/libpurple/protocols/myspace/myspace.c Sat Apr 28 21:19:40 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Sat Apr 28 21:44:47 2007 +0000 @@ -123,12 +123,7 @@ * C:\cygwin\home\Jeff\purple-2.0.0beta6\gtk\pixmaps\status\default * and returning "myspace" but icon shows up blank. */ - if (acct == NULL) - { - purple_debug_info("msim", "msim_list_icon: acct == NULL!\n"); - //exit(-2); - } - return "meanwhile"; + return "myspace"; } /** * Parse a MySpaceIM protocol message into a hash table.