branch develop updated (09fa900 -> db35435)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git from 09fa900 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new db35435 fixes #3610: Sometimes error are not well displayed The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit db354355c81ab80795a546c0d08b000475c5b7c1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jan 5 16:04:01 2015 +0100 fixes #3610: Sometimes error are not well displayed Summary of changes: .../org/nuiton/jaxx/application/swing/util/ApplicationErrorHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git commit db354355c81ab80795a546c0d08b000475c5b7c1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jan 5 16:04:01 2015 +0100 fixes #3610: Sometimes error are not well displayed --- .../org/nuiton/jaxx/application/swing/util/ApplicationErrorHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaxx-application-swing/src/main/java/org/nuiton/jaxx/application/swing/util/ApplicationErrorHelper.java b/jaxx-application-swing/src/main/java/org/nuiton/jaxx/application/swing/util/ApplicationErrorHelper.java index edaf0e1..2d39e36 100644 --- a/jaxx-application-swing/src/main/java/org/nuiton/jaxx/application/swing/util/ApplicationErrorHelper.java +++ b/jaxx-application-swing/src/main/java/org/nuiton/jaxx/application/swing/util/ApplicationErrorHelper.java @@ -75,7 +75,7 @@ public class ApplicationErrorHelper implements ErrorReporter { cause, null, null); pane.setErrorInfo(info); pane.setErrorReporter(this); - JXErrorPane.showDialog(context.getActionUI(), pane); + JXErrorPane.showDialog(context.getMainUI(), pane); } } -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm