Trying to have smoother audio during shutdown
authorEd Page <eopage@byu.net>
Wed, 19 May 2010 00:18:05 +0000 (19:18 -0500)
committerEd Page <eopage@byu.net>
Wed, 19 May 2010 00:18:05 +0000 (19:18 -0500)
src/mormonchannel_gtk.py

index c29a982..7fadcaf 100755 (executable)
@@ -117,6 +117,7 @@ class MormonChannelProgram(hildonize.get_app_class()):
        def quit(self):
                self._save_settings()
 
        def quit(self):
                self._save_settings()
 
+               self._player.stop()
                self._index.stop()
                self._store.stop()
 
                self._index.stop()
                self._store.stop()