FreeBSD Bugzilla – Attachment 81310 Details for
Bug 116451
[patch] audio/asunder: make options available, set dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-src-threads.c
patch-src-threads.c (text/x-csrc), 685 bytes, created by
Fraser Tweedale
on 2007-09-20 10:39:04 UTC
(
hide
)
Description:
patch-src-threads.c
Filename:
MIME Type:
Creator:
Fraser Tweedale
Created:
2007-09-20 10:39:04 UTC
Size:
685 bytes
patch
obsolete
>Index: src/threads.c >=================================================================== >--- src/threads.c (revision 2) >+++ src/threads.c (revision 7) >@@ -334,12 +334,6 @@ > gdk_threads_leave(); > } > >- // no more tracks to rip, safe to eject >- if (global_prefs->eject_on_done) >- { >- eject_disc(global_prefs->cdrom); >- } >- > return NULL; > } > >@@ -555,6 +549,12 @@ > } > > aborted = 1; // so the tracker thread will exit >+ >+ // no more tracks to rip, safe to eject >+ if (global_prefs->eject_on_done) >+ { >+ eject_disc(global_prefs->cdrom); >+ } > > gdk_threads_enter(); > gtk_widget_hide(win_ripping);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 116451
:
81306
|
81307
|
81308
|
81309
| 81310