From ac7a2e0c7d98090b0d62a9f2372d53780c16aa1a Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Mon, 2 Jan 2006 18:47:10 +0000 Subject: [PATCH] *** empty log message *** --- contrib/x11/concurrent-widgets.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/x11/concurrent-widgets.factor b/contrib/x11/concurrent-widgets.factor index f1cac4c4f3..2e3b83b72b 100644 --- a/contrib/x11/concurrent-widgets.factor +++ b/contrib/x11/concurrent-widgets.factor @@ -67,7 +67,7 @@ GENERIC: handle-property-event { [ dup ConfigureRequest = ] [ drop handle-configure-request-event ] } { [ dup UnmapNotify = ] [ drop handle-unmap-event ] } { [ dup PropertyNotify = ] [ drop handle-property-event ] } - { [ t ] [ "handle-event ignoring event" print drop drop drop ] } } + { [ t ] [ "handle-event ignoring event" print 3drop ] } } cond ; M: window handle-configure-event ( event obj -- )