diff -r c98aa29401f7 -r 41cc5a7840fe VDBSourceApplication.st --- 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 " + "Modified: / 11-06-2017 / 20:57:48 / Jan Vrany " ! ! !VDBSourceApplication class methodsFor:'documentation'!