[brasero] Don't cut debug output from its first lines
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc: 
- Subject: [brasero] Don't cut debug output from its first lines
- Date: Mon, 30 Nov 2009 21:00:46 +0000 (UTC)
commit bef3d3f9837c6694670dc5f202087fcdab748a72
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Mon Nov 30 21:47:24 2009 +0100
    Don't cut debug output from its first lines
 src/main.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 871fd0e..a5bc856 100644
--- a/src/main.c
+++ b/src/main.c
@@ -463,10 +463,6 @@ main (int argc, char **argv)
 	g_thread_init (NULL);
 	g_type_init ();
 
-	gtk_init (&argc, &argv);
-
-	brasero_burn_library_start (&argc, &argv);
-
 	context = g_option_context_new (_("[URI] [URI] â?¦"));
 	g_option_context_add_main_entries (context,
 					   options,
@@ -485,6 +481,8 @@ main (int argc, char **argv)
 	}
 	g_option_context_free (context);
 
+	brasero_burn_library_start (&argc, &argv);
+
 	brasero_enable_multi_DND ();
 
 	current_app = brasero_app_new ();
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]