*** empty log message ***
authorfm
Fri, 04 Apr 2008 19:20:40 +0200
changeset 8059 c7135647e846
parent 8058 5149753435d9
child 8060 e9ff9acc34ff
*** empty log message ***
Tools__StringSearchTool.st
--- a/Tools__StringSearchTool.st	Fri Apr 04 18:29:04 2008 +0200
+++ b/Tools__StringSearchTool.st	Fri Apr 04 19:20:40 2008 +0200
@@ -482,36 +482,16 @@
 
 !StringSearchTool methodsFor:'initialization & release'!
 
+commonPostOpen
+    self windowGroup addPreEventHook:self.
+    super commonPostOpen
+!
+
 postBuildSearchTextView: anEditFieldView
 
     searchTextView := anEditFieldView
 
     "Created: / 15-06-2007 / 18:17:15 / Administrador"
-!
-
-postBuildWith:aBuilder
-    "This is a hook method generated by the Browser.
-     It will be invoked during the initialization of your app/dialog,
-     after all of the visual components have been built, 
-     but BEFORE the top window is made visible.
-     Add any app-specific actions here (reading files, setting up values etc.)
-     See also #postOpenWith:, which is invoked after opening."
-
-    "/ add any code here ...
-
-    ^ super postBuildWith:aBuilder
-!
-
-postOpenWith:aBuilder
-    "This is a hook method generated by the Browser.
-     It will be invoked right after the applications window has been opened.
-     Add any app-specific actions here (starting background processes etc.).
-     See also #postBuildWith:, which is invoked before opening."
-
-    "/ add any code here ...
-
-    self windowGroup addPreEventHook:self.
-    ^ super postOpenWith:aBuilder
 ! !
 
 !StringSearchTool methodsFor:'private'!
@@ -659,5 +639,5 @@
 !StringSearchTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchTool.st,v 1.1 2008-04-04 16:22:40 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchTool.st,v 1.2 2008-04-04 17:20:40 fm Exp $'
 ! !