branch develop updated (14f792e -> e905b94)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from 14f792e Sanitize model builder methods (Fixes #4038) new e905b94 actionIcon is no more generated (Fixes #4039) 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 e905b94ad3b47e6a00dc8e93dbe0487e697ea69c Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 16 18:08:19 2016 +0200 actionIcon is no more generated (Fixes #4039) Summary of changes: .../src/main/java/jaxx/compiler/tags/DefaultComponentHandler.java | 1 + 1 file changed, 1 insertion(+) -- 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 https://gitlab.nuiton.org/nuiton/jaxx.git commit e905b94ad3b47e6a00dc8e93dbe0487e697ea69c Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 16 18:08:19 2016 +0200 actionIcon is no more generated (Fixes #4039) --- .../src/main/java/jaxx/compiler/tags/DefaultComponentHandler.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jaxx-compiler/src/main/java/jaxx/compiler/tags/DefaultComponentHandler.java b/jaxx-compiler/src/main/java/jaxx/compiler/tags/DefaultComponentHandler.java index a51e9e3..7ac06b5 100644 --- a/jaxx-compiler/src/main/java/jaxx/compiler/tags/DefaultComponentHandler.java +++ b/jaxx-compiler/src/main/java/jaxx/compiler/tags/DefaultComponentHandler.java @@ -356,6 +356,7 @@ public class DefaultComponentHandler extends DefaultObjectHandler { } else { stringValue = "{" + type + ".createActionIcon(\"" + stringValue + "\")}"; } + inline = true; } else if (I18N_MNEMONIC_ATTRIBUTE.equals(propertyName)) { propertyName = MNEMONIC_ATTRIBUTE; stringValue = I18nHelper.addI18nMnemonicInvocation( -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm