diff options
author | danglassey <danglassey> | 2002-08-14 10:47:42 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-08-14 10:47:42 +0000 |
commit | eb328cd14563269c4c2df8ba4260b859f800001e (patch) | |
tree | 7d778370e8b030b695bd578fc1ccba76d03c056b /src/modules/texts | |
parent | 223bb0b0aa1a50e38f546af5d0e7d38cede5a09f (diff) | |
download | sword-sf-cvs-eb328cd14563269c4c2df8ba4260b859f800001e.tar.gz |
sync with crosswire 20020814-1047
Diffstat (limited to 'src/modules/texts')
-rw-r--r-- | src/modules/texts/rawtext/rawtext.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/texts/rawtext/rawtext.cpp b/src/modules/texts/rawtext/rawtext.cpp index c2214f8..cfaaa37 100644 --- a/src/modules/texts/rawtext/rawtext.cpp +++ b/src/modules/texts/rawtext/rawtext.cpp @@ -142,7 +142,7 @@ signed char RawText::createSearchFramework() { searchkey = (key->Persist())?key->clone():0; if (searchkey) { searchkey->Persist(1); - SetKey(*searchkey); + setKey(*searchkey); } // position module at the beginning @@ -174,7 +174,7 @@ signed char RawText::createSearchFramework() { } // reposition module back to where it was before we were called - SetKey(*savekey); + setKey(*savekey); if (!savekey->Persist()) delete savekey; |