mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
246 B
Plaintext
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;
|
|
}
|
|
|