src/Tools/jEdit/src/jedit/document_view.scala
changeset 34823 2f3ea37c5958
parent 34811 958634b374c0
child 34824 ac35eee85f5c
--- a/src/Tools/jEdit/src/jedit/document_view.scala	Thu Dec 31 23:48:18 2009 +0100
+++ b/src/Tools/jEdit/src/jedit/document_view.scala	Fri Jan 01 14:41:25 2010 +0100
@@ -8,7 +8,7 @@
 package isabelle.jedit
 
 
-import isabelle.proofdocument.{Command, Proof_Document, Session}
+import isabelle.proofdocument.{Command, Document, Session}
 
 import scala.actors.Actor._
 
@@ -23,7 +23,7 @@
 
 object Document_View
 {
-  def choose_color(command: Command, doc: Proof_Document): Color =
+  def choose_color(command: Command, doc: Document): Color =
   {
     command.status(doc) match {
       case Command.Status.UNPROCESSED => new Color(255, 228, 225)