branch feature/7530 updated (82a809c -> 7ef0b29)
This is an automated email from the git hooks/post-receive script. New change to branch feature/7530 in repository observe. See http://git.codelutin.com/observe.git from 82a809c init des bean list header (manque plus qu'à appeler le bon service quand il renverra des referencedto plutot que des stubs) (fixes #7530) new 7ef0b29 fix build 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 7ef0b29a482d43d097dec1ff2044c32ce052d53a Author: Kevin Morin <morin@codelutin.com> Date: Thu Sep 24 17:16:36 2015 +0200 fix build Summary of changes: .../main/java/fr/ird/observe/ui/content/list/ContentListUIHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/7530 in repository observe. See http://git.codelutin.com/observe.git commit 7ef0b29a482d43d097dec1ff2044c32ce052d53a Author: Kevin Morin <morin@codelutin.com> Date: Thu Sep 24 17:16:36 2015 +0200 fix build --- .../main/java/fr/ird/observe/ui/content/list/ContentListUIHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/ContentListUIHandler.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/ContentListUIHandler.java index 3872889..89b3221 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/ContentListUIHandler.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/list/ContentListUIHandler.java @@ -159,7 +159,7 @@ public abstract class ContentListUIHandler<E extends IdDto, C extends IdDto> ext * @param event the mouse event fired */ public void onDataSelected(MouseEvent event) { - C selectedData = getUi().getSelectedData(); + ReferenceDto<C> selectedData = getUi().getSelectedData(); if (event.getClickCount() > 1) { gotoChild(selectedData); return; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm