Changeset 2520
- Timestamp:
- 2006-10-11 10:51:49 (2 years ago)
- Files:
-
- keystroke/trunk/keystroke.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
keystroke/trunk/keystroke.py
r2518 r2520 94 94 self.pipeline.set_state(gst.STATE_PAUSED); 95 95 self.pipeline_duration = 10 96 self.push_text() 96 97 dialog.destroy() 97 98 … … 248 249 self.progress.props.fraction = float(current_time)/self.pipeline_duration 249 250 elif self.pipeline.get_state()[1] == gst.STATE_PAUSED: 250 if self.mode==self.MODE_TRAN CRIBE:251 if self.mode==self.MODE_TRANSCRIBE: 251 252 text = self.clip_text.get_text() 252 253 if text[:1] == ")" or (text.find(":")==-1 and text != "") and self.start_time.get_text() != 'xx:xx:xx.xxx':