#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Sat, 16 Mar 2019 14:54:13 +0100
changeset 18703 91c116f548c9
parent 18702 0d5aab0ecfef
child 18704 615bfd40242e
#REFACTORING by cg class: Tools::BreakpointBrowser changed: #postOpenWith:
Tools__BreakpointBrowser.st
--- a/Tools__BreakpointBrowser.st	Sat Mar 16 14:53:59 2019 +0100
+++ b/Tools__BreakpointBrowser.st	Sat Mar 16 14:54:13 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2008 by eXept Software AG
 	      All Rights Reserved
@@ -1455,10 +1457,10 @@
 
 postOpenWith:aBuilder
     super postOpenWith:aBuilder.
-
-    self enqueueMessage:#updateList for:self arguments:#().
+    self enqueueMessage:#updateList.
 
     "Modified: / 18-02-2007 / 12:55:57 / cg"
+    "Modified: / 16-03-2019 / 14:10:26 / Claus Gittinger"
 !
 
 release