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>.