diff libpurple/protocols/myspace/myspace.c @ 16407:f62023eddfc6

Add and use MySpaceIM icon uploaded by hbons (48x48 original and resized 22x22 and 16x16 versions).
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 28 Apr 2007 21:44:47 +0000
parents 8063f163f411
children bb649c52fc19
line wrap: on
line diff
--- 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.