[brasero] Added a small comment



commit 04421385d13c999f29fad7025a4ec1f991c8eef0
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Wed May 13 17:15:39 2009 +0200

    Added a small comment
---
 plugins/cdrkit/burn-readom.c   |    1 +
 plugins/cdrtools/burn-readcd.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/plugins/cdrkit/burn-readom.c b/plugins/cdrkit/burn-readom.c
index f742cf6..7b5b1a2 100644
--- a/plugins/cdrkit/burn-readom.c
+++ b/plugins/cdrkit/burn-readom.c
@@ -117,6 +117,7 @@ brasero_readom_read_stderr (BraseroProcess *process, const gchar *line)
 						_("An internal error occured")));
 	}
 	else if (strstr (line, "No space left on device")) {
+		/* This is necessary as readcd won't return an error code on exit */
 		brasero_job_error (BRASERO_JOB (readom),
 				   g_error_new (BRASERO_BURN_ERROR,
 						BRASERO_BURN_ERROR_DISK_SPACE,
diff --git a/plugins/cdrtools/burn-readcd.c b/plugins/cdrtools/burn-readcd.c
index 77dae89..20bc072 100644
--- a/plugins/cdrtools/burn-readcd.c
+++ b/plugins/cdrtools/burn-readcd.c
@@ -119,6 +119,7 @@ brasero_readcd_read_stderr (BraseroProcess *process, const gchar *line)
 						_("An internal error occured")));
 	}
 	else if (strstr (line, "No space left on device")) {
+		/* This is necessary as readcd won't return an error code on exit */
 		brasero_job_error (BRASERO_JOB (readcd),
 				   g_error_new (BRASERO_BURN_ERROR,
 						BRASERO_BURN_ERROR_DISK_SPACE,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]