FileBrowserV2SettingsAppl.st
changeset 5325 ef7f3f898815
parent 5153 0030b86728bf
child 5344 4246a7f26aa1
equal deleted inserted replaced
5324:5df8cf9faeba 5325:ef7f3f898815
   439     ^ toolBarVisibleHolder
   439     ^ toolBarVisibleHolder
   440 !
   440 !
   441 
   441 
   442 viewDescription
   442 viewDescription
   443     viewDescription isNil ifTrue:[
   443     viewDescription isNil ifTrue:[
   444         viewDescription := true asValue.
   444         viewDescription := false asValue.
   445         viewDescription onChangeSend:#updateModifiedChannel to:self
   445         viewDescription onChangeSend:#updateModifiedChannel to:self
   446     ].
   446     ].
   447     ^ viewDescription
   447     ^ viewDescription
   448 !
   448 !
   449 
   449 
   566 ! !
   566 ! !
   567 
   567 
   568 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
   568 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
   569 
   569 
   570 version
   570 version
   571     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.14 2003-09-04 19:01:49 stefan Exp $'
   571     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.15 2003-10-28 12:42:07 penk Exp $'
   572 ! !
   572 ! !