Mercurial > pidgin
comparison plugins/irc.c @ 1090:79cdc86ef4c6
[gaim-migrate @ 1100]
necessary checks
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 13 Nov 2000 02:59:23 +0000 |
| parents | f0f5c10cce63 |
| children | c964df5b2a84 |
comparison
equal
deleted
inserted
replaced
| 1089:f0f5c10cce63 | 1090:79cdc86ef4c6 |
|---|---|
| 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); |
