Bookmark.st
changeset 18321 b69522bd7a39
parent 18310 457667391df2
child 18336 fe76ab131635
--- a/Bookmark.st	Sun Aug 05 03:17:46 2018 +0200
+++ b/Bookmark.st	Mon Aug 06 15:18:15 2018 +0200
@@ -312,10 +312,11 @@
 
 skippedInLiteralEncoding
 
-    ^#(parent isExpanded height width icon)
+    ^#(parent model isExpanded height width icon)
 
     "Created: / 05-05-2011 / 23:08:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 02-06-2011 / 22:56:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 06-08-2018 / 15:15:20 / Stefan Vogel"
 ! !
 
 !Bookmark methodsFor:'navigation'!