pkgsrc-ng/wm/wm2/patches/patch-ab
2013-09-26 17:14:40 +02:00

14 lines
246 B
Plaintext

$NetBSD: patch-ab,v 1.1 2001/02/27 18:01:27 wiz Exp $
--- Buttons.C.orig Fri Mar 21 12:12:30 1997
+++ Buttons.C
@@ -300,7 +300,7 @@
}
if (selecting == n-1 && allowExit) {
- m_signalled = True;
+ m_looping = False;
return;
}