SettingsDialog.st
branchjv
changeset 15609 9e16a127f90a
parent 15566 184cea584be5
parent 15607 1e233fdc0cef
child 15882 bb40a5fcba34
--- a/SettingsDialog.st	Sat May 02 07:04:17 2015 +0200
+++ b/SettingsDialog.st	Sun May 03 06:41:50 2015 +0200
@@ -1778,7 +1778,7 @@
     "the rootItem is cannot be collapsed"
 
     "/ first check if we are expanded, if not answer false
-    ^ (isExpanded and:[self isRootItem not])
+    ^ (self isExpanded and:[self isRootItem not])
 !
 
 isCategory
@@ -2014,11 +2014,11 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.128 2015-03-11 05:56:44 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.129 2015-05-02 07:58:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.128 2015-03-11 05:56:44 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.129 2015-05-02 07:58:09 cg Exp $'
 ! !