FileBrowserV2SettingsDialog.st
changeset 5159 0aaf83422846
parent 5140 36c7da05d814
child 5522 bed5e6d6248d
equal deleted inserted replaced
5158:e80459c89df2 5159:0aaf83422846
   255 !
   255 !
   256 
   256 
   257 postBuildSubCanvas:aWidget
   257 postBuildSubCanvas:aWidget
   258 
   258 
   259     settingsAppl := aWidget client.
   259     settingsAppl := aWidget client.
       
   260     settingsAppl settingsDialog:self settingsDialog.
   260     aWidget keepClientView:true. 
   261     aWidget keepClientView:true. 
   261 !
   262 !
   262 
   263 
   263 postOpenWith:aWidget
   264 postOpenWith:aWidget
   264 
   265 
   320 ! !
   321 ! !
   321 
   322 
   322 !FileBrowserV2SettingsDialog class methodsFor:'documentation'!
   323 !FileBrowserV2SettingsDialog class methodsFor:'documentation'!
   323 
   324 
   324 version
   325 version
   325     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsDialog.st,v 1.7 2003-08-29 19:27:47 cg Exp $'
   326     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsDialog.st,v 1.8 2003-09-09 13:17:54 penk Exp $'
   326 ! !
   327 ! !