[rhythmbox] Brasero does not remove temporary project after use because of G_SPAWN_FILE_AND_ARGV_ZERO
- From: Philippe Rouquier <philippr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] Brasero does not remove temporary project after use because of G_SPAWN_FILE_AND_ARGV_ZERO
- Date: Tue, 25 May 2010 14:20:03 +0000 (UTC)
commit 6e2af5646bcda16ddb8cc59a7f8dd7e2f4d4abdb
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Tue May 25 11:21:27 2010 +0200
Brasero does not remove temporary project after use because of G_SPAWN_FILE_AND_ARGV_ZERO
.../rb-disc-recorder-plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c b/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c
index 62a10e7..38cfae3 100644
--- a/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c
+++ b/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c
@@ -190,7 +190,7 @@ rb_disc_recorder_plugin_start_burning (RBDiscRecorderPlugin *pi,
args = (char **) g_ptr_array_free (array, FALSE);
ret = TRUE;
- if (!gdk_spawn_on_screen (screen, NULL, args, NULL, G_SPAWN_SEARCH_PATH | G_SPAWN_FILE_AND_ARGV_ZERO, NULL, NULL, NULL, &error)) {
+ if (!gdk_spawn_on_screen (screen, NULL, args, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, &error)) {
if (copy != FALSE) {
rb_error_dialog (GTK_WINDOW (main_window),
_("Rhythmbox could not duplicate the disc"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]