From scm@users.nuiton.org Tue Sep 16 17:42:03 2014 From: "nuiton.org scm" To: jaxx-commits@list.nuiton.org Subject: [Jaxx-commits] [jaxx] branch develop updated (5758e2d -> ac964f4) Date: Tue, 16 Sep 2014 17:42:03 +0200 Message-ID: <20140916154203.6775.87256@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0198883704387624776==" --===============0198883704387624776== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 5758e2d fixes #3513: Use a *validatorLabel* client property to = translate field in unified validator table new ac964f4 fixes #3514 : Error message in action 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 ac964f4c2f8300486583bf176ab253b172356b56 Author: Sylvain Bavencoff Date: Tue Sep 16 17:33:25 2014 +0200 fixes #3514 : Error message in action Summary of changes: .../swing/action/AbstractApplicationAction.java | 16 ++++++++++++++= -- 1 file changed, 14 insertions(+), 2 deletions(-) --=20 To stop receiving notification emails like this one, please contact nuiton.org SCM administrator . --===============0198883704387624776==-- From scm@users.nuiton.org Tue Sep 16 17:42:03 2014 From: "nuiton.org scm" To: jaxx-commits@list.nuiton.org Subject: [Jaxx-commits] [jaxx] 01/01: fixes #3514 : Error message in action Date: Tue, 16 Sep 2014 17:42:04 +0200 Message-ID: <20140916154203.ADD27180208@goh.codelutin.com> In-Reply-To: <20140916154203.6775.87256@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3200751409787933329==" --===============3200751409787933329== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 ac964f4c2f8300486583bf176ab253b172356b56 Author: Sylvain Bavencoff Date: Tue Sep 16 17:33:25 2014 +0200 fixes #3514 : Error message in action --- .../swing/action/AbstractApplicationAction.java | 16 ++++++++++++++= -- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/jaxx-application-swing/src/main/java/org/nuiton/jaxx/application= /swing/action/AbstractApplicationAction.java b/jaxx-application-swing/src/mai= n/java/org/nuiton/jaxx/application/swing/action/AbstractApplicationAction.java index a7a5bc8..0ec82b6 100644 --- a/jaxx-application-swing/src/main/java/org/nuiton/jaxx/application/swing/= action/AbstractApplicationAction.java +++ b/jaxx-application-swing/src/main/java/org/nuiton/jaxx/application/swing/= action/AbstractApplicationAction.java @@ -53,6 +53,7 @@ public abstract class AbstractApplicationAction%s"; =20 protected final H handler; =20 @@ -286,21 +287,32 @@ public abstract class AbstractApplicationAction. --===============3200751409787933329==--