diff options
Diffstat (limited to 'client/trunk/src')
-rw-r--r-- | client/trunk/src/com/fourisland/instadisc/InstaDiscView.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/trunk/src/com/fourisland/instadisc/InstaDiscView.java b/client/trunk/src/com/fourisland/instadisc/InstaDiscView.java index a1d2b5e..6f7b397 100644 --- a/client/trunk/src/com/fourisland/instadisc/InstaDiscView.java +++ b/client/trunk/src/com/fourisland/instadisc/InstaDiscView.java | |||
@@ -443,7 +443,6 @@ public class InstaDiscView extends FrameView { | |||
443 | } | 443 | } |
444 | 444 | ||
445 | ipCheckTimer = new Timer(delay, new ActionListener() { | 445 | ipCheckTimer = new Timer(delay, new ActionListener() { |
446 | |||
447 | public void actionPerformed(ActionEvent arg0) { | 446 | public void actionPerformed(ActionEvent arg0) { |
448 | XmlRpc xmlrpc = new XmlRpc("checkRegistration"); | 447 | XmlRpc xmlrpc = new XmlRpc("checkRegistration"); |
449 | xmlrpc.execute(); | 448 | xmlrpc.execute(); |
@@ -451,6 +450,9 @@ public class InstaDiscView extends FrameView { | |||
451 | }); | 450 | }); |
452 | 451 | ||
453 | ipCheckTimer.start(); | 452 | ipCheckTimer.start(); |
453 | |||
454 | XmlRpc xmlrpc = new XmlRpc("checkRegistration"); | ||
455 | xmlrpc.execute(); | ||
454 | } | 456 | } |
455 | 457 | ||
456 | public synchronized void startProgress() | 458 | public synchronized void startProgress() |