Mercurial > pidgin
changeset 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 | 7a0ca6ce404f |
children | 4254491c722b |
files | src/protocols/gg/gg.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/gg/gg.c Sat Dec 22 00:35:53 2001 +0000 +++ b/src/protocols/gg/gg.c Sat Dec 22 00:41:30 2001 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 2869 2001-12-08 09:48:52Z warmenhoven $ + * $Id: gg.c 2928 2001-12-22 00:41:30Z warmenhoven $ * * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> * @@ -334,6 +334,7 @@ gd->sess->fd = source; if (source == -1) { + hide_login_progress(gc, _("Could not connect")); signoff(gc); return; }