NoteBookView.st
changeset 5221 65cdba77fc63
parent 5220 ea3c03715e5b
child 5228 4644e610c1b9
child 5240 2cead61b73e9
--- a/NoteBookView.st	Mon Aug 15 10:34:30 2016 +0200
+++ b/NoteBookView.st	Mon Aug 15 10:38:48 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -3117,7 +3115,7 @@
 !
 
 showingDestroyButton
-     ^ showDestroyTabButton
+     ^ showDestroyTabButton 
      and:[destroyTabAction notNil
      and:[(showDestroyTabButtonOnSingleTab ~~ false) or:[list size > 1]]]
 !