[Xfce4-commits] <xfce4-settings:xfce-4.6> Use debug instead of version variable for --verbose cli option
Stephan Arts
stephan at xfce.org
Tue Sep 1 12:00:01 CEST 2009
Updating branch refs/heads/xfce-4.6
to b109bd35b4f80de22239bd03211ab7abbef35b52 (commit)
from 892e7b38b62df06e995818e3baddb42f37bc31be (commit)
commit b109bd35b4f80de22239bd03211ab7abbef35b52
Author: Stephan Arts <stephan at xfce.org>
Date: Tue Sep 1 18:44:30 2009 +0200
Use debug instead of version variable for --verbose cli option
xfsettingsd/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfsettingsd/main.c b/xfsettingsd/main.c
index d6e3999..e04d5a4 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