/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2008-06-29 22:44:42 UTC
  • mfrom: (511.7.1 trunk)
  • Revision ID: jelmer@samba.org-20080629224442-9k97spjgoq0ois28
Remove obsolete tortoisebzr tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
442
442
            # History Mode deactivated
443
443
            self.entry_history.set_sensitive(False)
444
444
            self.button_history.set_sensitive(False)
 
445
            
 
446
            # Return right window to normal view by acting like we jump to it
 
447
            self.on_button_location_jump_clicked(widget)
445
448
    
446
449
    @show_bzr_error
447
450
    def on_entry_history_revno_key_press_event(self, widget, event):