# HG changeset patch # User Eric Warmenhoven # Date 1008981690 0 # Node ID 7a158753b8d6885c1cd0c27cd82d2f7b0ab73e8a # Parent 7a0ca6ce404ffda06f377d18b5dc52dcc0c290cc [gaim-migrate @ 2928] leave it alone committer: Tailor Script diff -r 7a0ca6ce404f -r 7a158753b8d6 src/protocols/gg/gg.c --- 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 * @@ -334,6 +334,7 @@ gd->sess->fd = source; if (source == -1) { + hide_login_progress(gc, _("Could not connect")); signoff(gc); return; }