MenuEditor.st
changeset 2008 a2906aabdbb1
parent 2003 d32a3742144b
child 2010 f5f5a961cfa8
equal deleted inserted replaced
2007:77cf7ecc9ecf 2008:a2906aabdbb1
  2250 !
  2250 !
  2251 
  2251 
  2252 clearModified
  2252 clearModified
  2253     "clear the modifiedChannel and the commitPanel"
  2253     "clear the modifiedChannel and the commitPanel"
  2254 
  2254 
  2255     modified := false.
  2255     super clearModified.
  2256     self enablingCommitButtonsHolder value:false.
  2256     self enablingCommitButtonsHolder value:false.
  2257     self clearModifiedFlag.
  2257     self clearModifiedFlag.
  2258 !
  2258 !
  2259 
  2259 
  2260 generateMenuSpec
  2260 generateMenuSpec