[totem] Fix the order of arguments passed to Brasero



commit 8b31a5c5325f481518f0aa1d4053efcdde5e24fa
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Dec 22 17:51:24 2010 +0000

    Fix the order of arguments passed to Brasero

 .../brasero-disc-recorder/totem-disc-recorder.c    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/brasero-disc-recorder/totem-disc-recorder.c b/src/plugins/brasero-disc-recorder/totem-disc-recorder.c
index 5ffb75c..ab437e2 100644
--- a/src/plugins/brasero-disc-recorder/totem-disc-recorder.c
+++ b/src/plugins/brasero-disc-recorder/totem-disc-recorder.c
@@ -94,9 +94,9 @@ totem_disc_recorder_plugin_start_burning (TotemDiscRecorderPlugin *pi,
 	g_object_unref (main_window);
 
 	if (copy != FALSE)
-		command_line = g_strdup_printf ("brasero -c -x %d", xid);
+		command_line = g_strdup_printf ("brasero -x %d -c", xid);
 	else
-		command_line = g_strdup_printf ("brasero -r -x %d", xid);
+		command_line = g_strdup_printf ("brasero -x %d -r", xid);
 
 	/* Build the app info */
 	info = g_app_info_create_from_commandline (command_line, NULL,



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