Warn if there is no mail server configured when one is needed (#1046).
[dcpomatic.git] / src / wx / film_viewer.cc
index 83a179f26d554298cc75fc73285ec120f3d6c2e0..69496b630286eb607f405d1a38e53b14a5d37263 100644 (file)
@@ -456,7 +456,7 @@ FilmViewer::start ()
        }
 
        _playing = true;
-       _timer.Start (0, wxTIMER_ONE_SHOT);
+       timer ();
 }
 
 bool