comparison 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
comparison
equal deleted inserted replaced
16406:8063f163f411 16407:f62023eddfc6
121 /* TODO: use a MySpace icon. hbons submitted one to 121 /* TODO: use a MySpace icon. hbons submitted one to
122 * http://developer.pidgin.im/wiki/MySpaceIM - tried placing in 122 * http://developer.pidgin.im/wiki/MySpaceIM - tried placing in
123 * C:\cygwin\home\Jeff\purple-2.0.0beta6\gtk\pixmaps\status\default 123 * C:\cygwin\home\Jeff\purple-2.0.0beta6\gtk\pixmaps\status\default
124 * and returning "myspace" but icon shows up blank. 124 * and returning "myspace" but icon shows up blank.
125 */ 125 */
126 if (acct == NULL) 126 return "myspace";
127 {
128 purple_debug_info("msim", "msim_list_icon: acct == NULL!\n");
129 //exit(-2);
130 }
131 return "meanwhile";
132 } 127 }
133 /** 128 /**
134 * Parse a MySpaceIM protocol message into a hash table. 129 * Parse a MySpaceIM protocol message into a hash table.
135 * 130 *
136 * @param msg The message string to parse, will be g_free()'d. 131 * @param msg The message string to parse, will be g_free()'d.