[brasero/gnome-2-30] This plugin should not run after source track has been processed, it can only run before



commit 69b80c501ae4f8fb8a0932d89ffce5db126e0200
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Tue May 18 23:31:01 2010 +0200

    This plugin should not run after source track has been processed, it can only run before

 plugins/checksum/burn-checksum-files.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/plugins/checksum/burn-checksum-files.c b/plugins/checksum/burn-checksum-files.c
index 32ffec7..d6388e8 100644
--- a/plugins/checksum/burn-checksum-files.c
+++ b/plugins/checksum/burn-checksum-files.c
@@ -1475,15 +1475,13 @@ brasero_checksum_files_export_caps (BraseroPlugin *plugin)
 			       "Philippe Rouquier",
 			       0);
 
-	/* we can only generate a file for DATA input */
+	/* only generate a file for DATA input */
 	input = brasero_caps_data_new (BRASERO_IMAGE_FS_ANY);
 	brasero_plugin_process_caps (plugin, input);
 	g_slist_free (input);
 
-	/* we can run on initial track or later for whatever a DATA track */
-	brasero_plugin_set_process_flags (plugin,
-					  BRASERO_PLUGIN_RUN_PREPROCESSING|
-					  BRASERO_PLUGIN_RUN_BEFORE_TARGET);
+	/* run on initial track for whatever a DATA track */
+	brasero_plugin_set_process_flags (plugin, BRASERO_PLUGIN_RUN_PREPROCESSING);
 
 	/* For discs, we can only check each files on a disc against an md5sum 
 	 * file (provided we managed to mount the disc).



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