Changeset 2520

Show
Ignore:
Timestamp:
2006-10-11 10:51:49 (2 years ago)
Author:
scott
Message:

Fixed a typo and media file opening.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • keystroke/trunk/keystroke.py

    r2518 r2520  
    9494      self.pipeline.set_state(gst.STATE_PAUSED); 
    9595      self.pipeline_duration = 10 
     96      self.push_text() 
    9697    dialog.destroy() 
    9798     
     
    248249      self.progress.props.fraction = float(current_time)/self.pipeline_duration 
    249250    elif self.pipeline.get_state()[1] == gst.STATE_PAUSED:    
    250       if self.mode==self.MODE_TRANCRIBE: 
     251      if self.mode==self.MODE_TRANSCRIBE: 
    251252        text = self.clip_text.get_text() 
    252253        if text[:1] == ")" or (text.find(":")==-1 and text != "") and self.start_time.get_text() != 'xx:xx:xx.xxx':