comparison src/dialogs.c @ 1032:643a4d81c18a

[gaim-migrate @ 1042] buddy list menus are based on connections/protocol. pretty spiffy. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Oct 2000 06:09:47 +0000
parents 38452403563b
children 80a47e3b1bca
comparison
equal deleted inserted replaced
1031:6df117f1674d 1032:643a4d81c18a
566 if (!strcasecmp(who, "")) { 566 if (!strcasecmp(who, "")) {
567 g_free(who); 567 g_free(who);
568 return; 568 return;
569 } 569 }
570 570
571 serv_get_info(who); 571 /* FIXME: what do we want to do about this case? */
572 if (connections)
573 serv_get_info(connections->data, who);
572 574
573 g_free(who); 575 g_free(who);
574 } 576 }
575 577
576 void show_ee_dialog(int ee) 578 void show_ee_dialog(int ee)