This is an automated email from the git hooks/post-receive script. New commit to branch develop 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>.