libpurple/protocols/myspace/myspace.c

branch
soc.2007.msimprpl
changeset 16334
ff6947265141
parent 16333
0fdea8ad21cb
child 16335
0c2b32acc27a
--- 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. 

mercurial