# HG changeset patch # User Claus Gittinger # Date 1375163982 -7200 # Node ID a685cbe8ae6084a78a455d9063fdbb9d079262b6 # Parent 5a1ce9362a65c98af6093d850187029fb874fa86 class: TabListEditor category of: #initialize #openModalOnTabList: diff -r 5a1ce9362a65 -r a685cbe8ae60 TabListEditor.st --- a/TabListEditor.st Tue Jul 30 07:59:26 2013 +0200 +++ b/TabListEditor.st Tue Jul 30 07:59:42 2013 +0200 @@ -1416,7 +1416,7 @@ self selectionHolder value:index withoutNotifying:self ! ! -!TabListEditor methodsFor:'startup / release'! +!TabListEditor methodsFor:'startup & release'! initialize "setup aspects used by column description specifications @@ -1701,3 +1701,4 @@ version_CVS ^ '$Header$' ! ! +