[Pkg-wmaker-commits] [wmbubble] 82/207: fix -m and -k optins to actually work

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:18:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbubble.

commit 44e41a7f27c458f3480ed9f4d5a113f8db315ab3
Author: Robert Jacobs <rnjacobs at mit.edu>
Date:   Thu Aug 18 16:41:24 2011 -0700

    fix -m and -k optins to actually work
---
 bubblemon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bubblemon.c b/bubblemon.c
index ddc79d1..166e53a 100644
--- a/bubblemon.c
+++ b/bubblemon.c
@@ -198,9 +198,9 @@ XrmOptionDescRec x_resource_options[] = {
 	{"-graphmarkers",  "*graphmarkers",   XrmoptionSepArg, (XPointer) NULL},
 	{"-p",             ".graphdigitpale", XrmoptionNoArg,  (XPointer) "1"},
 	{"-graphs",        "*graphs",         XrmoptionSepArg, (XPointer) NULL},
-	{"-m",             "*graphs",         XrmoptionIsArg,  (XPointer) "no"}, /* disable graphs */
+	{"-m",             "*graphs",         XrmoptionNoArg,  (XPointer) "no"}, /* disable graphs */
 	{"-units",         "*units",          XrmoptionSepArg, (XPointer) NULL}, /* kB or MB */
-	{"-k",             "*units",          XrmoptionIsArg,  (XPointer) "m"},
+	{"-k",             "*units",          XrmoptionNoArg,  (XPointer) "m"},
 	{"-shifttime",     "*shifttime",      XrmoptionSepArg, (XPointer) NULL},
 };	
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbubble.git



More information about the Pkg-wmaker-commits mailing list