[brasero/gnome-2-28] Fix #597808 - Crash when launching with -e option
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero/gnome-2-28] Fix #597808 - Crash when launching with -e option
- Date: Sun, 18 Oct 2009 20:01:27 +0000 (UTC)
commit 3b91ec43809e26d52be08d64b22d42c8ddf87345
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Sun Oct 18 20:29:54 2009 +0200
Fix #597808 - Crash when launching with -e option
Actually launch brasero when it's started with -e option
src/main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index e95e027..49b04ef 100644
--- a/src/main.c
+++ b/src/main.c
@@ -273,6 +273,7 @@ brasero_app_parse_options (BraseroApp *app)
brasero_app_create_mainwin (app);
manager = brasero_app_get_project_manager (app);
brasero_project_manager_empty (BRASERO_PROJECT_MANAGER (manager));
+ brasero_app_run_mainwin (app);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]