#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Sun, 03 Apr 2016 16:56:21 +0200
changeset 16257 7a7ff15e751b
parent 16255 5157eb87ee8e
child 16258 b78e840a5f7f
#BUGFIX by cg class: AbstractSettingsApplication
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Sat Apr 02 22:44:41 2016 +0200
+++ b/AbstractSettingsApplication.st	Sun Apr 03 16:56:21 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -1347,7 +1345,7 @@
 
     packageDirPath := Smalltalk getSystemFileName:'packages'.
     packageDirPath isNil ifTrue:[
-        ^ nil
+        ^ #()
     ].
 
     list := OrderedCollection new.