diff src/cue/cuesheet.c @ 804:1cc14b1239a1 trunk

[svn] - need to clear data->playing when stopped.
author yaz
date Mon, 12 Mar 2007 08:52:04 -0700
parents 4a2b2677dd9b
children 1ba5f86aeac9
line wrap: on
line diff
--- a/src/cue/cuesheet.c	Mon Mar 12 02:08:26 2007 -0700
+++ b/src/cue/cuesheet.c	Mon Mar 12 08:52:04 2007 -0700
@@ -254,6 +254,8 @@
 	if (real_ip != NULL)
 		real_ip->plugin->stop(real_ip);
 
+	data->playing = 0;
+
 	gtk_timeout_remove(timeout_tag);
 	free_cue_info();