summaryrefslogtreecommitdiffhomepage
path: root/patch/pertag.c
diff options
context:
space:
mode:
Diffstat (limited to 'patch/pertag.c')
-rw-r--r--patch/pertag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/pertag.c b/patch/pertag.c
index f534023..a9f5565 100644
--- a/patch/pertag.c
+++ b/patch/pertag.c
@@ -33,7 +33,7 @@ pertagview(const Arg *arg)
if (arg->ui & TAGMASK) {
selmon->pertag->prevtag = selmon->pertag->curtag;
selmon->tagset[selmon->seltags] = arg->ui & TAGMASK;
- #if SCRATCHPADS_PATCH
+ #if SCRATCHPADS_PATCH && !RENAMED_SCRATCHPADS_PATCH
if (arg->ui == ~SPTAGMASK)
#else
if (arg->ui == ~0)