[Pkg-bazaar-commits] ./bzr-gtk/unstable r512: Merge fix for history mode button.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:44:46 UTC 2009


------------------------------------------------------------
revno: 512
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-06-30 00:18:24 +0200
message:
  Merge fix for history mode button.
modified:
  olive/__init__.py
    ------------------------------------------------------------
    revno: 504.2.1
    committer: Jasper Groenewegen <colbrac at xs4all.nl>
    branch nick: LP144962
    timestamp: Tue 2008-06-24 13:01:41 +0200
    message:
      Fix for LP144962
    modified:
      olive/__init__.py
-------------- next part --------------
=== modified file 'olive/__init__.py'
--- a/olive/__init__.py	2008-06-23 08:05:19 +0000
+++ b/olive/__init__.py	2008-06-29 22:18:24 +0000
@@ -442,6 +442,9 @@
             # History Mode deactivated
             self.entry_history.set_sensitive(False)
             self.button_history.set_sensitive(False)
+            
+            # Return right window to normal view by acting like we jump to it
+            self.on_button_location_jump_clicked(widget)
     
     @show_bzr_error
     def on_entry_history_revno_key_press_event(self, widget, event):



More information about the Pkg-bazaar-commits mailing list