VDBSourceApplication.st
changeset 44 41cc5a7840fe
parent 40 d766d4c854a2
child 49 2ec7f7ed9242
--- a/VDBSourceApplication.st	Thu Jun 08 14:16:29 2017 +0100
+++ b/VDBSourceApplication.st	Thu Jun 08 13:43:34 2017 +0100
@@ -184,7 +184,7 @@
         frame notNil ifTrue:[ 
             | line |
 
-            self sourceFileHolder value: frame fullname.
+            self sourceFileHolder value: frame file.
             line := frame line.
             line notNil ifTrue:[  
                 sourceView selectLine: line.
@@ -210,7 +210,7 @@
     ].
     super update:aspect with:param from:sender
 
-    "Modified: / 21-09-2014 / 00:15:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 11-06-2017 / 20:57:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !VDBSourceApplication class methodsFor:'documentation'!