summaryrefslogtreecommitdiff
path: root/wm/wm2/patches/patch-ab
blob: 6aff634189605fa15e6844a4c452f3e1af6ecb97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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;
     }