branch feature/1242-no-account-research-exception updated (79ebf7d -> 4d8ac91)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1242-no-account-research-exception in repository lima. See http://git.chorem.org/lima.git from 79ebf7d refs #1242 Refactoring pour plus de lisibilité new 4d8ac91 refs #1242 correction de merge 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 4d8ac91969dbe651ba7aa851dd383c43a11b7871 Author: dcosse <cosse@codelutin.com> Date: Sat Nov 28 08:00:46 2015 +0100 refs #1242 correction de merge Summary of changes: .../java/org/chorem/lima/ui/financialtransaction/AccountColumn.java | 2 -- 1 file changed, 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1242-no-account-research-exception in repository lima. See http://git.chorem.org/lima.git commit 4d8ac91969dbe651ba7aa851dd383c43a11b7871 Author: dcosse <cosse@codelutin.com> Date: Sat Nov 28 08:00:46 2015 +0100 refs #1242 correction de merge --- .../java/org/chorem/lima/ui/financialtransaction/AccountColumn.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java b/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java index a76504d..d0ebe8f 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java @@ -62,7 +62,6 @@ public class AccountColumn extends AbstractColumn<FinancialTransactionTableModel if (updateSucceed) { setDescriptionFieldIfNone(entry, selectedAccount); } else { - setDescriptionFieldIfNone(entry, account); update = revertAccountChange(entry, previousAccount); } } @@ -70,7 +69,6 @@ public class AccountColumn extends AbstractColumn<FinancialTransactionTableModel return update; } - protected void setDescriptionFieldIfNone(Entry entry, Account account) { protected Account getSelectedAccount(Object value) { Account newAccount = null; if (value != null && value instanceof Account) { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm