summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.cc')
-rw-r--r--src/wx/film_viewer.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index b7e414444..85b0effbe 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -411,6 +411,7 @@ FilmViewer::start ()
_playing = true;
_dropped = 0;
timer ();
+ Started ();
}
bool
@@ -426,6 +427,7 @@ FilmViewer::stop ()
}
_playing = false;
+ Stopped ();
return true;
}