comparison src/buddy.c @ 3043:5a459387755a

[gaim-migrate @ 3056] <no changes made> really committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 14 Mar 2002 03:29:03 +0000
parents 1143524a2eaf
children 966c4e460ebb
comparison
equal deleted inserted replaced
3042:0819c522fc1d 3043:5a459387755a
727 show_ee_dialog(3); 727 show_ee_dialog(3);
728 else if (!g_strcasecmp("markster97", normalize (b->name))) 728 else if (!g_strcasecmp("markster97", normalize (b->name)))
729 show_ee_dialog(4); 729 show_ee_dialog(4);
730 else if (!g_strcasecmp("seanegn", normalize (b->name))) 730 else if (!g_strcasecmp("seanegn", normalize (b->name)))
731 show_ee_dialog(5); 731 show_ee_dialog(5);
732 else if (!g_strcasecmp("chipx86", normalize (b->name)))
733 show_ee_dialog(6);
732 734
733 } else { 735 } else {
734 736
735 /* Anything for other buttons? :) */ 737 /* Anything for other buttons? :) */
736 } 738 }