From d5ff146430d8fe49f8515b8f2c2c593df46bcc3d Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 8 Mar 2005 14:48:00 +0000 Subject: [PATCH] INTEGRATION: CWS toolkit01 (1.3.56); FILE MERGED 2005/02/28 12:28:36 bc 1.3.56.1: #i37478# repainting problems in Webwizard and ReportWizard addressed --- wizards/com/sun/star/wizards/web/FTPDialog.java | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.java b/wizards/com/sun/star/wizards/web/FTPDialog.java index c87c69df0b6e..fedbfd3816d3 100644 --- a/wizards/com/sun/star/wizards/web/FTPDialog.java +++ b/wizards/com/sun/star/wizards/web/FTPDialog.java @@ -2,9 +2,9 @@ * * $RCSfile: FTPDialog.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-09-08 14:11:58 $ + * last change: $Author: vg $ $Date: 2005-03-08 15:48:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -440,13 +440,6 @@ public class FTPDialog extends UnoDialog2 implements UIConsts, WWHID { return getAcountUrl() + dir; } - public void connect() { - new Thread() { - public void run() { - connect1(); - } - }.start(); - } /** * First I try to connect to the full url, including directory. @@ -455,7 +448,7 @@ public class FTPDialog extends UnoDialog2 implements UIConsts, WWHID { * to "/", if not I say to the user its his problem... * */ - private void connect1() { + public void connect() { setEnabled(btnTestConnection, false); setLabel(STATUS_CONNECTING); boolean success = false;