sound-juicer r2254 - in trunk: . src



Author: rburton
Date: Mon Aug 18 07:47:14 2008
New Revision: 2254
URL: http://svn.gnome.org/viewvc/sound-juicer?rev=2254&view=rev

Log:
2008-08-18  Ross Burton  <ross burtonini com>

	* src/sj-main.c:
	Stop playback when we re-read the disc (#546948, Matthew Martin).


Modified:
   trunk/ChangeLog
   trunk/src/sj-main.c

Modified: trunk/src/sj-main.c
==============================================================================
--- trunk/src/sj-main.c	(original)
+++ trunk/src/sj-main.c	Mon Aug 18 07:47:14 2008
@@ -884,6 +884,9 @@
   GdkCursor *cursor;
   gboolean realized = GTK_WIDGET_REALIZED (main_window);
   
+  /* Make sure nothing is playing */
+  stop_playback ();
+  
   /* Set watch cursor */
   if (realized) {
     cursor = gdk_cursor_new_for_display (gdk_drawable_get_display (main_window->window), GDK_WATCH);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]