Replaced GSWElementIDString by GSWElementID, minor optimizations and

code cleaning.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@20454 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mguesdon 2004-12-14 23:48:51 +00:00
parent cd39e1f8e1
commit 775af5f18c
22 changed files with 1561 additions and 1173 deletions

View file

@ -390,7 +390,7 @@ RCS_ID("$Id$")
[aDynamicChildrensArray objectAtIndex:elementsN[1]],
[element class],
element);
if (![context _wasFormSubmitted] && [[context elementID] isSearchOverForSenderID:senderID])
if (![context _wasFormSubmitted] && [context isSenderIDSearchOver])
{
searchIsOver=YES;
};