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 a8efffe967ecbae189416dac07ec4382e694e21c Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Nov 23 13:08:24 2014 +0100 fixes #3505: Add an action to reset to default value (whatever was the current value of option) --- .../main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jaxx-config/src/main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java b/jaxx-config/src/main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java index ee4b318..dd43f0f 100644 --- a/jaxx-config/src/main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java +++ b/jaxx-config/src/main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java @@ -230,11 +230,6 @@ public class ConfigCategoryUIHandler { boolean enableCopyOptionValue = selectedRowCount == 1; boolean enableResetOptionValue = selectedRowCount > 0; - OptionModel selectedOption = ui.getTableModel().getEntry(rowIndex); - - enableResetOptionValue &= selectedOption.isModified(); - - if (log.isDebugEnabled()) { log.debug("At point [" + p + "] found Row " + rowIndex + ", Column " + columnIndex); } -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.