[brasero] Fix incomplete port of a patch from stable
- From: Philippe Rouquier <philippr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Fix incomplete port of a patch from stable
- Date: Mon, 30 Aug 2010 14:39:09 +0000 (UTC)
commit 1a8e6f7ab71843be66567d7560fa6734436ae560
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Mon Aug 30 16:36:59 2010 +0200
Fix incomplete port of a patch from stable
src/brasero-cli.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/brasero-cli.c b/src/brasero-cli.c
index 19df65f..9dae6eb 100644
--- a/src/brasero-cli.c
+++ b/src/brasero-cli.c
@@ -314,12 +314,12 @@ brasero_cli_apply_options (BraseroApp *app)
else if (cmd_line_options.burn_project_uri) {
gboolean res;
- brasero_app_open_project (app,
- cmd_line_options.burner,
- cmd_line_options.burn_project_uri,
- FALSE,
- TRUE,
- FALSE /* This is to keep the current behavior which is open main window */);
+ res = brasero_app_open_project (app,
+ cmd_line_options.burner,
+ cmd_line_options.burn_project_uri,
+ FALSE,
+ TRUE,
+ FALSE /* This is to keep the current behavior which is open main window */);
if (res)
brasero_app_run_mainwin (app);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]