.gitignore update

This commit is contained in:
9and3r
2014-08-01 12:41:54 +02:00
parent 33199f85ca
commit 5c6aa015eb
8 changed files with 128 additions and 114 deletions

View File

@@ -74,6 +74,9 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
except:
traceback.print_exc()
def track_playback_ended(self, tl_track, time_position):
self.screen_manager.track_playback_ended(tl_track, time_position)
def options_changed(self):
try:
self.screen_manager.options_changed()