[brasero] Fix wrong patch that set libisofs non blocking
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Fix wrong patch that set libisofs non blocking
- Date: Wed, 9 Sep 2009 20:20:51 +0000 (UTC)
commit cfd359783f45426a6bd9e9f6af8d431db1d42795
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Wed Sep 9 16:11:58 2009 +0200
Fix wrong patch that set libisofs non blocking
plugins/libburnia/burn-libisofs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/libburnia/burn-libisofs.c b/plugins/libburnia/burn-libisofs.c
index 66af1c2..797615e 100644
--- a/plugins/libburnia/burn-libisofs.c
+++ b/plugins/libburnia/burn-libisofs.c
@@ -182,7 +182,7 @@ brasero_libisofs_write_image_to_fd_thread (BraseroLibisofs *self)
priv = BRASERO_LIBISOFS_PRIVATE (self);
- brasero_job_set_nonblocking_fd (BRASERO_JOB (self), NULL);
+ brasero_job_set_nonblocking (BRASERO_JOB (self), NULL);
brasero_job_set_current_action (BRASERO_JOB (self),
BRASERO_BURN_ACTION_CREATING_IMAGE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]