[Xfce4-commits] <xfce4-settings:master> Fix typo, use &debug instead of &version for --verbose commandline-option

Stephan Arts stephan at xfce.org
Tue Sep 1 10:10:01 CEST 2009


Updating branch refs/heads/master
         to dd25be38f4c3bed212c49accd632e3c1e9ebaefa (commit)
       from aea8618774663e4ce35799b847d148b00bf9b9c7 (commit)

commit dd25be38f4c3bed212c49accd632e3c1e9ebaefa
Author: Stephan Arts <stephan at xfce.org>
Date:   Tue Sep 1 09:55:47 2009 +0200

    Fix typo, use &debug instead of &version for --verbose commandline-option

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

diff --git a/xfsettingsd/main.c b/xfsettingsd/main.c
index 19e37ae..6bcd091 100644
--- a/xfsettingsd/main.c
+++ b/xfsettingsd/main.c
@@ -52,7 +52,7 @@ static GOptionEntry entries[] =
         N_("Version information"),
         NULL
     },
-    {    "verbose", 'v', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &version,
+    {    "verbose", 'v', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &debug,
         N_("Verbose output"),
         NULL
     },



More information about the Xfce4-commits mailing list