comparison src/protocols/gg/gg.c @ 2915:7a158753b8d6

[gaim-migrate @ 2928] leave it alone committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 22 Dec 2001 00:41:30 +0000
parents b1e300a85678
children 1143524a2eaf
comparison
equal deleted inserted replaced
2914:7a0ca6ce404f 2915:7a158753b8d6
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 2869 2001-12-08 09:48:52Z warmenhoven $ 3 * $Id: gg.c 2928 2001-12-22 00:41:30Z warmenhoven $
4 * 4 *
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
332 332
333 if (gd->sess->fd != source) 333 if (gd->sess->fd != source)
334 gd->sess->fd = source; 334 gd->sess->fd = source;
335 335
336 if (source == -1) { 336 if (source == -1) {
337 hide_login_progress(gc, _("Could not connect"));
337 signoff(gc); 338 signoff(gc);
338 return; 339 return;
339 } 340 }
340 341
341 if (!(e = gg_watch_fd(gd->sess))) { 342 if (!(e = gg_watch_fd(gd->sess))) {