diff -r ec81023c6861 -r 7f113caabcf4 src/Tools/WWW_Find/find_theorems.ML --- a/src/Tools/WWW_Find/find_theorems.ML Tue Jul 20 22:03:37 2010 +0200 +++ b/src/Tools/WWW_Find/find_theorems.ML Tue Jul 20 23:09:49 2010 +0200 @@ -207,7 +207,7 @@ fun do_find () = let - val ctxt = ProofContext.init_global (theory thy_name); + val ctxt = ProofContext.init_global (Thy_Info.get_theory thy_name); val query = get_query (); val (othmslen, thms) = apsnd rev (Find_Theorems.find_theorems ctxt NONE (SOME limit) with_dups query);