[brasero] Fix for Bug 578068 - Brasero does not check for free space before copying disc
- From: Luis Medinas <lmedinas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Fix for Bug 578068 - Brasero does not check for free space before copying disc
- Date: Mon, 26 Apr 2010 23:10:32 +0000 (UTC)
commit 0fb78ce059cfd62585f4bd9a83b2a7c9801af2f6
Author: Luis Medinas <lmedinas gnome org>
Date: Tue Apr 27 00:09:13 2010 +0100
Fix for Bug 578068 - Brasero does not check for free space before copying disc
Patch by Heikki Paajanen <hepaajan iki fi>
libbrasero-burn/burn-job.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libbrasero-burn/burn-job.c b/libbrasero-burn/burn-job.c
index 1041fcf..d29f5f9 100644
--- a/libbrasero-burn/burn-job.c
+++ b/libbrasero-burn/burn-job.c
@@ -510,6 +510,8 @@ brasero_job_check_output_volume_space (BraseroJob *self,
filesystem = g_file_info_get_attribute_string (info, G_FILE_ATTRIBUTE_FILESYSTEM_TYPE);
BRASERO_BURN_LOG ("%s filesystem detected", filesystem);
+ brasero_job_get_session_output_size (self, NULL, &output_size);
+
if (output_size >= 2147483648ULL
&& filesystem
&& !strcmp (filesystem, "msdos")) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]