Changeset 3352

Show
Ignore:
Timestamp:
05/14/08 22:07:07 (2 months ago)
Author:
aaronr
Message:

Removing more calls to markAsDirty that are no longer needed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opus_gui/config/generalmanager/opusxmlaction_general.py

    r3189 r3352  
    5959        self.currentIndex.model().removeRow(self.currentIndex.internalPointer().row(), 
    6060                                            self.currentIndex.model().parent(self.currentIndex)) 
    61         self.currentIndex.model().markAsDirty() 
    6261        self.currentIndex.model().emit(SIGNAL("layoutChanged()")) 
    6362 
     
    7776        # Now up the tree, only hitting parent nodes and not sibblings 
    7877        self.currentIndex.model().stripAttributeUp('inherited',thisNode) 
    79         self.currentIndex.model().markAsDirty() 
    8078        # Finally we refresh the tree to indicate that there has been a change 
    8179        self.currentIndex.model().emit(SIGNAL("layoutChanged()"))