Changeset 3363

Show
Ignore:
Timestamp:
05/15/08 11:27:07 (2 months ago)
Author:
aaronr
Message:

Fix to tooboxbase to not try to set the dataManagerFileTree as dirty since it runs on a different model than the rest and does not support the concept of dirty

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opus_gui/config/toolboxbase.py

    r3359 r3363  
    8282            if self.dataManagerTree: 
    8383                self.dataManagerTree.model.markAsClean() 
    84             if self.dataManagerFileTree: 
    85                 self.dataManagerFileTree.model.markAsClean() 
    8684            if self.modelManagerTree: 
    8785                self.modelManagerTree.model.markAsClean()