Changeset 3354

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

Removing more calls to markAsDirty that are no longer needed

Location:
trunk/opus_gui/config/managerbase
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/opus_gui/config/managerbase/cloneinherited.py

    r3128 r3354  
    8787                                 parent, 
    8888                                 self.clone) 
    89             if self.model.dirty == False: 
    90                 wintitle = self.model.parentObj.windowTitle().replace(" - ", " - *") 
    91                 self.model.parentObj.setWindowTitle(wintitle) 
    92             self.model.dirty = True 
     89            self.model.markAsDirty() 
    9390            self.model.emit(SIGNAL("layoutChanged()")) 
    9491        # Since we are referencing the main model we want to now make it 
  • trunk/opus_gui/config/managerbase/clonenode.py

    r3157 r3354  
    4545                                 self.parentnode, 
    4646                                 self.clone) 
    47             self.model.markAsDirty() 
    4847            self.model.emit(SIGNAL("layoutChanged()")) 
    4948        else: