[Xfce4-commits] <xfburn:master> Applying patch by Lionel Le Folgoc (bug #8082)

David Mohr noreply at xfce.org
Mon Apr 16 00:16:01 CEST 2012


Updating branch refs/heads/master
         to 2d33493cea2fddeb6e287bcba5ba5b620d6cd48e (commit)
       from 2ddcfbc7e770b95240299fa700ea3139bb74f6bb (commit)

commit 2d33493cea2fddeb6e287bcba5ba5b620d6cd48e
Author: David Mohr <david at mcbf.net>
Date:   Sun Apr 15 16:07:43 2012 -0600

    Applying patch by Lionel Le Folgoc (bug #8082)

 xfburn/xfburn-main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfburn/xfburn-main.c b/xfburn/xfburn-main.c
index 9bfd574..d11abb0 100644
--- a/xfburn/xfburn-main.c
+++ b/xfburn/xfburn-main.c
@@ -88,9 +88,9 @@ static GOptionEntry optionentries[] = {
   { "directory", 'D', G_OPTION_FLAG_OPTIONAL_ARG , G_OPTION_ARG_CALLBACK, &parse_option, 
     "Start the file browser in the specified directory, or the current directory if none is specified (the default is to start in your home directory)", NULL },
 #endif
-  { "version", 'V', G_OPTION_FLAG_NO_ARG , G_OPTION_ARG_NONE, &show_version, 
+  { "version", 'V', 0 , G_OPTION_ARG_NONE, &show_version, 
     "Display program version and exit", NULL },
-  { "main", 'm', G_OPTION_FLAG_NO_ARG , G_OPTION_ARG_NONE, &show_main, 
+  { "main", 'm', 0, G_OPTION_ARG_NONE, &show_main, 
     "Show main program even when other action is specified on the command line.", NULL },
   { NULL, ' ', 0, 0, NULL, NULL, NULL }
 };


More information about the Xfce4-commits mailing list