BookmarkListEditor.st
changeset 17318 99dd6eb891e1
parent 16197 b33e0a5d1c3e
child 18764 5d89bf2426bf
equal deleted inserted replaced
17317:488861319fe0 17318:99dd6eb891e1
   411 !BookmarkListEditor methodsFor:'hooks'!
   411 !BookmarkListEditor methodsFor:'hooks'!
   412 
   412 
   413 commonPostOpen
   413 commonPostOpen
   414     | root |
   414     | root |
   415 
   415 
       
   416     super commonPostOpen.
   416     self bookmarkList isNil ifTrue:[
   417     self bookmarkList isNil ifTrue:[
   417         self bookmarkList: BookmarkList forSystemBrowser
   418         self bookmarkList: BookmarkList forSystemBrowser
   418     ].
   419     ].
   419     root := self bookmarkList root.
   420     root := self bookmarkList root.
   420     root isExpanded ifFalse:[root expand].
   421     root isExpanded ifFalse:[root expand].