[brasero] Fix #597808 - Crash when launching with -e option



commit 3cab7222d7b11cd04934d4826c746957c41dcd5d
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 e717ef5..1547f03 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]