From 85cb1c355b3e31fe0476b3a84736e08a18cc03d7 Mon Sep 17 00:00:00 2001 From: Dave Wetzel Date: Tue, 6 Aug 2002 22:08:32 +0000 Subject: [PATCH] fixed a bug that caused the ImageButton to call the action even if it was not klicked. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14237 72102866-910b-0410-8b05-ffd578937521 --- GSWeb.framework/GSWImageButton.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSWeb.framework/GSWImageButton.m b/GSWeb.framework/GSWImageButton.m index fa7919b..d974667 100644 --- a/GSWeb.framework/GSWImageButton.m +++ b/GSWeb.framework/GSWImageButton.m @@ -378,7 +378,7 @@ static char rcsId[] = "$Id$"; else { //TODO - thisOne=YES;//?? + //thisOne=YES;//?? }; }; }