component(developer/golang-123): Add Component
[oi-userland.git] / components / desktop / sound-juicer / patches / sound-juicer-05-wait-eject.patch
blob024deca80e549c622666a45eefc5d03bea2803ce
1 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
2 --- sound-juicer-2.28.2/src/sj-main.c 2010-04-16 16:13:55.490312130 +0100
3 +++ ../SUNWgnome-cd-2.30.0.hacked/sound-juicer-2.28.2/src/sj-main.c 2010-04-16 16:15:15.146658849 +0100
4 @@ -215,7 +215,7 @@
5 /* first make sure we're not playing */
6 stop_playback ();
8 - brasero_drive_eject (drive, FALSE, NULL);
9 + brasero_drive_eject (drive, TRUE, NULL);
12 gboolean on_delete_event (GtkWidget *widget, GdkEvent *event, gpointer user_data)