[brasero] Allow a project is (auto) saved even if there was an error



commit 15fd8c25cf5fbe94e196576bc0ee28b64a450e9a
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Thu Aug 6 09:48:27 2009 +0200

    Allow a project is (auto) saved even if there was an error

 src/brasero-project.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/brasero-project.c b/src/brasero-project.c
index fc3c41f..f9d8c28 100644
--- a/src/brasero-project.c
+++ b/src/brasero-project.c
@@ -942,7 +942,7 @@ brasero_project_is_valid (BraseroSessionCfg *session,
 		min_disc_size = brasero_session_span_get_max_space (BRASERO_SESSION_SPAN (session));
 
 		/* One rule should be that the maximum batch size should not exceed the disc size
-		 * FIXME: we could change it into a dialog telling the user what is the maximum
+		 * FIXME! we could change it into a dialog telling the user what is the maximum
 		 * size required. */
 		available_space = brasero_burn_session_get_available_medium_space (BRASERO_BURN_SESSION (session));
 



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