Tools__VariableList.st
branchjv
changeset 12262 d25ef6bb0ef3
parent 12254 b1237f76f501
child 12265 f1b3696cf042
--- a/Tools__VariableList.st	Wed Jul 18 10:57:46 2012 +0100
+++ b/Tools__VariableList.st	Wed Jul 18 18:00:57 2012 +0100
@@ -470,7 +470,7 @@
      with an <xml>-icon."
 
     (Expecco::ExpeccoXMLDecoder notNil 
-    and:[aClass canUnderstand: #xmlSpecFor:]) ifTrue:[
+    and:[aClass canUnderstand: #xmlSpecForObject:]) ifTrue:[
         Error handle:[:ex |
         ] do:[
             (Expecco::ExpeccoXMLDecoder xmlSpecForObject:aClass basicNew)
@@ -484,6 +484,7 @@
 
     "Created: / 12-04-2011 / 19:58:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 15-07-2011 / 18:32:47 / cg"
+    "Modified: / 22-06-2012 / 13:17:28 / sr"
 !
 
 listEntryForClass: cls name:name
@@ -821,9 +822,9 @@
 !VariableList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.17 2012/03/23 14:56:52 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.18 2012/06/22 13:44:41 sr Exp §'
 !
 
 version_SVN
-    ^ '$Id: Tools__VariableList.st 8007 2012-06-05 14:49:00Z vranyj1 $'
+    ^ '$Id: Tools__VariableList.st 8018 2012-07-18 17:00:57Z vranyj1 $'
 ! !