aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/customcontrols
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2011-01-27 09:44:40 +0000
committerDamian Minkov <damencho@jitsi.org>2011-01-27 09:44:40 +0000
commit2184a20eb8530a42987411809cfa771be80c1b9f (patch)
tree295ff6ef69cd2f2487d883cfc8ad5cae3fe35391 /src/net/java/sip/communicator/impl/gui/customcontrols
parent248d81a1213aaa1b361878d502e41256b69109c3 (diff)
downloadjitsi-2184a20eb8530a42987411809cfa771be80c1b9f.zip
jitsi-2184a20eb8530a42987411809cfa771be80c1b9f.tar.gz
jitsi-2184a20eb8530a42987411809cfa771be80c1b9f.tar.bz2
Pass the error if any to advance wizard so we will show an error and don't ignore it.
Diffstat (limited to 'src/net/java/sip/communicator/impl/gui/customcontrols')
-rw-r--r--src/net/java/sip/communicator/impl/gui/customcontrols/wizard/WizardController.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/customcontrols/wizard/WizardController.java b/src/net/java/sip/communicator/impl/gui/customcontrols/wizard/WizardController.java
index 11f1a98..499b58d 100644
--- a/src/net/java/sip/communicator/impl/gui/customcontrols/wizard/WizardController.java
+++ b/src/net/java/sip/communicator/impl/gui/customcontrols/wizard/WizardController.java
@@ -146,6 +146,8 @@ public class WizardController implements ActionListener
}
catch (Exception ex)
{
+ wizard.stopCommittingPage();
+
//lots of things may fail on page next, like for example parameter
//validation or account initialization. If this is what happened here
//just show an error and leave everything on the same page so that