settings for own filebrowser
authorpenk
Tue, 09 Sep 2003 15:17:54 +0200
changeset 5159 0aaf83422846
parent 5158 e80459c89df2
child 5160 818b35454be1
settings for own filebrowser
FileBrowserV2SettingsDialog.st
--- a/FileBrowserV2SettingsDialog.st	Tue Sep 09 14:11:11 2003 +0200
+++ b/FileBrowserV2SettingsDialog.st	Tue Sep 09 15:17:54 2003 +0200
@@ -257,6 +257,7 @@
 postBuildSubCanvas:aWidget
 
     settingsAppl := aWidget client.
+    settingsAppl settingsDialog:self settingsDialog.
     aWidget keepClientView:true. 
 !
 
@@ -322,5 +323,5 @@
 !FileBrowserV2SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsDialog.st,v 1.7 2003-08-29 19:27:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsDialog.st,v 1.8 2003-09-09 13:17:54 penk Exp $'
 ! !