comparison src/multi.c @ 993:eacd93d0089a

[gaim-migrate @ 1003] signing off should be reflected in the convo window. this will help prevent segfaults :-P committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 13 Oct 2000 22:32:20 +0000
parents 9523b772e546
children 70c685de2be5
comparison
equal deleted inserted replaced
992:09dd5725945c 993:eacd93d0089a
639 int i; 639 int i;
640 if (!acctedit) return; 640 if (!acctedit) return;
641 u = find_user(gc->username); 641 u = find_user(gc->username);
642 i = gtk_clist_find_row_from_data(GTK_CLIST(list), u); 642 i = gtk_clist_find_row_from_data(GTK_CLIST(list), u);
643 gtk_clist_set_text(GTK_CLIST(list), i, 1, "No"); 643 gtk_clist_set_text(GTK_CLIST(list), i, 1, "No");
644 redo_convo_menus();
644 } 645 }
645 646
646 void auto_login() 647 void auto_login()
647 { 648 {
648 GList *u = aim_users; 649 GList *u = aim_users;