Skip to content
Snippets Groups Projects
Commit 6450dc06 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Fix typo

parent e866effb
Branches
Tags
No related merge requests found
...@@ -92,7 +92,7 @@ public class DesktopPadViewController implements IPadViewController, EventHandle ...@@ -92,7 +92,7 @@ public class DesktopPadViewController implements IPadViewController, EventHandle
pad.contentProperty().addListener(padContentListener); pad.contentProperty().addListener(padContentListener);
pad.statusProperty().addListener(padStatusListener); pad.statusProperty().addListener(padStatusListener);
// Inital Listener call with new data // Initial Listener call with new data
padContentListener.changed(null, null, pad.getContent()); // Add Duration listener padContentListener.changed(null, null, pad.getContent()); // Add Duration listener
padStatusListener.changed(null, null, pad.getStatus()); padStatusListener.changed(null, null, pad.getStatus());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment