branch feature/sync updated (68a6cc9 -> 4cdc4fb)
This is an automated email from the git hooks/post-receive script. New change to branch feature/sync in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from 68a6cc9 corrected all the imports with * new 4cdc4fb corrected the title change not activating validation button in task editor 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 4cdc4fb3d3888b62de041303cd7692d64d91ee4d Author: servantie <servantie.c@gmail.com> Date: Wed Jun 29 17:54:00 2016 +0200 corrected the title change not activating validation button in task editor Summary of changes: src/main/java/org/chorem/jtimer/ui/TimerTaskEditor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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/sync in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 4cdc4fb3d3888b62de041303cd7692d64d91ee4d Author: servantie <servantie.c@gmail.com> Date: Wed Jun 29 17:54:00 2016 +0200 corrected the title change not activating validation button in task editor --- src/main/java/org/chorem/jtimer/ui/TimerTaskEditor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/chorem/jtimer/ui/TimerTaskEditor.java b/src/main/java/org/chorem/jtimer/ui/TimerTaskEditor.java index 8e1bae5..79d9f4f 100644 --- a/src/main/java/org/chorem/jtimer/ui/TimerTaskEditor.java +++ b/src/main/java/org/chorem/jtimer/ui/TimerTaskEditor.java @@ -534,8 +534,8 @@ public class TimerTaskEditor extends DialogView { isTitleChanged = true; } else if (issuer == annotationChangeListener) { isAnnotationChanged = true; - updateTask(); } + updateTask(); } /** -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm