comparison src/protocols/napster/napster.c @ 4732:c15e0699acae

[gaim-migrate @ 5047] hopefully this doesn't break anything. - Capabilities are back in the tooltips - Jabber does the neat status thing in the buddy list - jabber "broken" buddies are gone! woohoo! - most of the right-click menu items moved back to where they used to live, but Get Info remains at the top, because that's where it should be. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 13 Mar 2003 06:08:56 +0000
parents 283fb289c510
children 677d3cb193a1
comparison
equal deleted inserted replaced
4731:6f0ecc21db46 4732:c15e0699acae
318 serv_got_chat_left(gc, channel->id); 318 serv_got_chat_left(gc, channel->id);
319 ndata->channels = g_slist_remove(ndata->channels, channel); 319 ndata->channels = g_slist_remove(ndata->channels, channel);
320 320
321 g_free(buf); 321 g_free(buf);
322 return; 322 return;
323 323
324 } 324 }
325 325
326 if (command == 0xd1) { 326 if (command == 0xd1) {
327 gchar **res; 327 gchar **res;
328 328
329 res = g_strsplit(buf, " ", 0); 329 res = g_strsplit(buf, " ", 0);
330 330
331 serv_got_update(gc, res[0], 1, 0, 0, 0, 0, 0); 331 serv_got_update(gc, res[0], 1, 0, 0, 0, 0);
332 332
333 g_strfreev(res); 333 g_strfreev(res);
334 g_free(buf); 334 g_free(buf);
335 return; 335 return;
336 } 336 }
337 337
338 if (command == 0xd2) { 338 if (command == 0xd2) {
339 serv_got_update(gc, buf, 0, 0, 0, 0, 0, 0); 339 serv_got_update(gc, buf, 0, 0, 0, 0, 0);
340 g_free(buf); 340 g_free(buf);
341 return; 341 return;
342 } 342 }
343 343
344 if (command == 0x12d) { 344 if (command == 0x12d) {