[brasero] 2009-05-06 Philippe Rouquier <bonfire-app wanadoo fr>



commit 69f59def74bad8ff6f46b706fda38de9e37308de
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Wed May 6 14:10:27 2009 +0200

    2009-05-06  Philippe Rouquier  <bonfire-app wanadoo fr>
    
    	Added short name for debug option and remove brasero's GOptionEntry
    
    	* libbrasero-burn/brasero-burn-lib.h:
    	* libbrasero-burn/burn-debug.c:
    	* src/main.c:
---
 ChangeLog                    |    8 ++++++++
 libbrasero-burn/burn-debug.c |    2 +-
 src/main.c                   |    5 -----
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 63e987a..09d4268 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-05-06  Philippe Rouquier  <bonfire-app wanadoo fr>
 
+	Added short name for debug option and remove brasero's GOptionEntry
+
+	* libbrasero-burn/brasero-burn-lib.h:
+	* libbrasero-burn/burn-debug.c:
+	* src/main.c:
+
+2009-05-06  Philippe Rouquier  <bonfire-app wanadoo fr>
+
 	Bumped version number
 
 	* configure.in:
diff --git a/libbrasero-burn/burn-debug.c b/libbrasero-burn/burn-debug.c
index a8a6a25..003f5a4 100644
--- a/libbrasero-burn/burn-debug.c
+++ b/libbrasero-burn/burn-debug.c
@@ -47,7 +47,7 @@
 static gboolean debug = FALSE;
 
 static const GOptionEntry options [] = {
-	{ "brasero-burn-debug", 0, 0, G_OPTION_ARG_NONE, &debug,
+	{ "brasero-burn-debug", 'g', 0, G_OPTION_ARG_NONE, &debug,
 	  N_("Display debug statements on stdout for Brasero burn library"),
 	  NULL }
 };
diff --git a/src/main.c b/src/main.c
index fca34b5..7df7a25 100644
--- a/src/main.c
+++ b/src/main.c
@@ -68,7 +68,6 @@ gint disc_blank;
 gint disc_check;
 gint open_ncb;
 gint parent_window;
-gint debug;
 
 #define BRASERO_CONF_DIR "/apps/brasero"
 
@@ -137,10 +136,6 @@ static const GOptionEntry options [] = {
 	 * parent as if brasero was a dialog for the parent application */
 	  N_("The XID of the parent window"), NULL },
 
-	{ "debug", 'g', 0, G_OPTION_ARG_NONE, &debug,
-	  N_("Display debug statements on stdout"),
-	  NULL },
-
 	{ G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, &files,
 	  NULL, NULL }, /* collects file arguments */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]