mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-06-04 19:11:17 +00:00
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:
parent
cd39e1f8e1
commit
775af5f18c
22 changed files with 1561 additions and 1173 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue