plugins/irc.c

changeset 1090
a51b079ac81c
parent 1089
74f5c108f7a3
child 1105
8d9e2dc5453b
equal deleted inserted replaced
1089:74f5c108f7a3 1090:a51b079ac81c
828 828
829 set_login_progress(gc, 1, buf); 829 set_login_progress(gc, 1, buf);
830 830
831 while (gtk_events_pending()) 831 while (gtk_events_pending())
832 gtk_main_iteration(); 832 gtk_main_iteration();
833 if (!g_slist_find(connections, gc))
834 return;
833 835
834 host = gethostbyname(user->proto_opt[0]); 836 host = gethostbyname(user->proto_opt[0]);
835 if (!host) { 837 if (!host) {
836 hide_login_progress(gc, "Unable to resolve hostname"); 838 hide_login_progress(gc, "Unable to resolve hostname");
837 destroy_gaim_conn(gc); 839 destroy_gaim_conn(gc);

mercurial