Changeset 48
- Timestamp:
- Tue Jun 28 17:13:29 2005
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/transolution/xliffeditor/gtk_documentviewpanel.py
r46 r48 782 782 if to_state: 783 783 seg.tu.state = to_state 784 seg.dirty = True 784 785 if to_approved in ('yes','no'): 785 786 tu.approved = to_approved 786 tu.xnotify() 787 787 seg.dirty = True 788 788 self.doc_model.xupdate() 789 789
