AbstractDirectoryBrowser.st
changeset 17578 8417ebf871c2
parent 17289 c695c8f3853e
child 17754 ccb938c027f8
--- a/AbstractDirectoryBrowser.st	Sun Jul 16 12:41:00 2017 +0200
+++ b/AbstractDirectoryBrowser.st	Sun Jul 16 12:41:09 2017 +0200
@@ -226,7 +226,10 @@
     "this is sent after the applications main window is opened.
      Can be redefined in subclasses for actions after opening the view."
 
+    super postOpenWith:aBuilder.
     self postOpenFromMaster:false.
+
+    "Modified: / 16-07-2017 / 12:19:48 / cg"
 !
 
 preBuildWith:aBuilder