This is an automated email from the git hooks/post-receive script. New commit to branch sync-timebundle in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 4325cc85e21736a90eb0767704882bf8c0d6f6fc Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 8 10:33:29 2017 +0100 Set hidden project visible --- src/main/java/org/chorem/jtimer/plugins/timebundle/SyncView.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/chorem/jtimer/plugins/timebundle/SyncView.java b/src/main/java/org/chorem/jtimer/plugins/timebundle/SyncView.java index 898cabf..6aa348f 100644 --- a/src/main/java/org/chorem/jtimer/plugins/timebundle/SyncView.java +++ b/src/main/java/org/chorem/jtimer/plugins/timebundle/SyncView.java @@ -85,6 +85,7 @@ public class SyncView extends FrameView implements TreeSelectionListener, Window List<RemoteProject> timebundle = getRemoteProjects(); remoteProjectModel = new RemoteTaskTreeModel(timebundle); projectModel = new TaskTreeModel(Collections.singletonList(timerProject)); + projectModel.setShowClosed(true); setComponent(getMainComponent()); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.