src/Tools/jEdit/src/active.scala
changeset 64664 951507563033
parent 63681 d2448471ffba
child 64882 c3b42ac0cf81
--- a/src/Tools/jEdit/src/active.scala	Fri Dec 23 15:53:53 2016 +0100
+++ b/src/Tools/jEdit/src/active.scala	Fri Dec 23 16:20:42 2016 +0100
@@ -51,7 +51,7 @@
               case XML.Elem(Markup(Markup.SIMP_TRACE_PANEL, props), _) =>
                 val link =
                   props match {
-                    case Position.Id(id) => PIDE.editor.hyperlink_command_id(true, snapshot, id)
+                    case Position.Id(id) => PIDE.editor.hyperlink_command(true, snapshot, id)
                     case _ => None
                   }
                 GUI_Thread.later {