[Pkg-wmaker-commits] [wmbubble] 94/207: Allow disabling of various clocks so-as-to override xresources from the commandline

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:18:10 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 e720e3e326e7f585d670635df0e5627865a822ac
Author: Robert Jacobs <rnjacobs at mit.edu>
Date:   Mon Aug 22 00:45:53 2011 -0700

    Allow disabling of various clocks so-as-to override xresources from the commandline
---
 bubblemon.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bubblemon.c b/bubblemon.c
index e51aefe..4728cf4 100644
--- a/bubblemon.c
+++ b/bubblemon.c
@@ -212,9 +212,9 @@ XrmOptionDescRec x_resource_options[] = {
 	{"-units",         "*units",          XrmoptionSepArg, (XPointer) NULL}, /* kB or MB */
 	{"-k",             "*units",          XrmoptionNoArg,  (XPointer) "m"},
 	{"-shifttime",     "*shifttime",      XrmoptionSepArg, (XPointer) NULL},
-	{"-digital",       "*digital",        XrmoptionNoArg,  (XPointer) "1"},
-	{"-showdate",      "*showdate",       XrmoptionNoArg,  (XPointer) "1"},
-	{"-analog",        "*analog" ,        XrmoptionNoArg,  (XPointer) "1"},
+	{"-digital",       "*digital",        XrmoptionSepArg, (XPointer) NULL},
+	{"-showdate",      "*showdate",       XrmoptionSepArg, (XPointer) NULL},
+	{"-analog",        "*analog" ,        XrmoptionSepArg, (XPointer) NULL},
 	{"-hourcolor",     "*hourcolor",      XrmoptionSepArg, (XPointer) NULL},
 	{"-mincolor",      "*mincolor",       XrmoptionSepArg, (XPointer) NULL},
 	{"-seccolor",      "*seccolor",       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