patches/sound-juicer-05-wait-eject.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 17849 e0b8d333e8f4
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

diff -urN sound-juicer-2.28.2/src/sj-main.c ../SUNWgnome-cd-2.30.0.hacked/sound-juicer-2.28.2/src/sj-main.c
--- sound-juicer-2.28.2/src/sj-main.c	2010-04-16 16:13:55.490312130 +0100
+++ ../SUNWgnome-cd-2.30.0.hacked/sound-juicer-2.28.2/src/sj-main.c	2010-04-16 16:15:15.146658849 +0100
@@ -215,7 +215,7 @@
   /* first make sure we're not playing */
   stop_playback ();
 
-  brasero_drive_eject (drive, FALSE, NULL);
+  brasero_drive_eject (drive, TRUE, NULL);
 }
 
 gboolean on_delete_event (GtkWidget *widget, GdkEvent *event, gpointer user_data)