comparison src/dialogs.c @ 4059:c3968c878c68

[gaim-migrate @ 4269] spelling and such: " <Smigs> what's the 'proper' terminology? 'Buddies List' or 'Buddy List'? It's inconsistant, though I'm seeing more of 'Buddy List' than 'Buddies List' (I'm willing to go through and correct them :P) <LSchiere> i'd say "Buddy List" <Paco-Paco> buddy list The "Buddies List" -> "Buddy List" corrections are mostly in gg.c (plus all the .po's). Other typos have been corrected that I saw as I went through: "buddylist" -> "buddy list" (I also corrected the .po's in another instance of this that had already been fixed in the actual file) "sucessfully" -> "successfully" "communicating to" -> "communicating with" "Pleae tryagain" -> "Please try again" "this users profile" -> "this user's profile" "passord" -> "password" All adds up to a pretty big patch.. hopefully it's all correct :)" --Matthew Smith (smigs) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 11 Dec 2002 02:09:43 +0000
parents 133cf6424c53
children c3c36d2444af
comparison
equal deleted inserted replaced
4058:7d65c06c7957 4059:c3968c878c68
442 struct conversation *cv; 442 struct conversation *cv;
443 443
444 if (!b) 444 if (!b)
445 return; 445 return;
446 446
447 debug_printf(_("Removing '%s' from buddylist.\n"), b->name); 447 debug_printf(_("Removing '%s' from buddy list.\n"), b->name);
448 serv_remove_buddy(b->gc, b->name, g->name); 448 serv_remove_buddy(b->gc, b->name, g->name);
449 remove_buddy(gc, g, b); 449 remove_buddy(gc, g, b);
450 do_export(gc); 450 do_export(gc);
451 451
452 cv = find_conversation(b->name); 452 cv = find_conversation(b->name);