| 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); |