SmallSense__PO.st
changeset 395 25ed27eaeaae
parent 387 b124f741c6a1
child 396 015297b155fe
--- a/SmallSense__PO.st	Wed Feb 11 22:38:49 2015 +0000
+++ b/SmallSense__PO.st	Thu Feb 12 00:30:40 2015 +0000
@@ -286,7 +286,7 @@
     | po stringToComplete stringAlreadyWritten stringToInsert textView |
 
     po := self.
-    textView := context codeView.
+    textView := context textView.
     stringToComplete := po stringToCompleteForLanguage: context language.
     stringAlreadyWritten := self stringAlreadyWritten.
     stringToInsert := stringToComplete copyFrom: (stringAlreadyWritten size + 1).
@@ -309,7 +309,7 @@
     ].
 
     "Created: / 17-10-2013 / 01:08:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 16-02-2014 / 00:02:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 11-02-2015 / 23:53:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !PO methodsFor:'displaying'!