[Pkg-bazaar-commits] ./bzr-gtk/unstable r545: Merge refresh-after-action support.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:50:40 UTC 2009


------------------------------------------------------------
revno: 545
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2008-07-18 12:40:01 +0200
message:
  Merge refresh-after-action support.
modified:
  olive/menu.py
    ------------------------------------------------------------
    revno: 531.4.1
    committer: Jasper Groenewegen <colbrac at xs4all.nl>
    branch nick: refresh-after-action
    timestamp: Thu 2008-07-10 23:57:38 +0200
    message:
      Refresh right_view on add_file()
    modified:
      olive/menu.py
-------------- next part --------------
=== modified file 'olive/menu.py'
--- a/olive/menu.py	2008-06-30 12:15:06 +0000
+++ b/olive/menu.py	2008-07-10 21:57:38 +0000
@@ -180,6 +180,8 @@
         
         wt, path = WorkingTree.open_containing(os.path.join(directory, filename))
         wt.add([path])
+        
+        self.app.refresh_right()
     
     @show_bzr_error
     def annotate(self, action):



More information about the Pkg-bazaar-commits mailing list