branch develop updated (b5db51b -> 5895998)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from b5db51b [gitflow-maven-plugin]Update for next development version new 5895998 Fix strange NPE 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 5895998f04f662276031c8b09413c01de6d6bebb Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 2 17:35:03 2020 +0100 Fix strange NPE Summary of changes: src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.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 develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 5895998f04f662276031c8b09413c01de6d6bebb Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 2 17:35:03 2020 +0100 Fix strange NPE --- src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.java b/src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.java index c0f31ee..b0b8ff3 100644 --- a/src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.java +++ b/src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.java @@ -174,7 +174,7 @@ public class IdleDialog extends JDialog { setTitle(resourceMap.getString("idleTitle")); try { - setIconImage(ImageIO.read(getClass().getResource("../../resources/jtimer-40-orange.png"))); + setIconImage(ImageIO.read(getClass().getResource("/org/chorem/jtimer/resources/jtimer-40-orange.png"))); } catch (IOException e) { // ignored } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm