[Pkg-bazaar-commits] ./bzr-gtk/unstable r574: Merge ProgressPanel.tick() patch.

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


------------------------------------------------------------
revno: 574
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2008-07-25 23:07:26 +0200
message:
  Merge ProgressPanel.tick() patch.
modified:
  ui.py
    ------------------------------------------------------------
    revno: 562.1.1
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Fri 2008-07-18 22:01:12 +0200
    message:
      Fix notify import.
    ------------------------------------------------------------
    revno: 562.1.2
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Fri 2008-07-18 22:12:54 +0200
    message:
      Fix license path finding.
    ------------------------------------------------------------
    revno: 562.1.3
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Fri 2008-07-18 22:19:45 +0200
    message:
      Use absolute imports.
    ------------------------------------------------------------
    revno: 562.1.4
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Mon 2008-07-21 21:47:12 +0200
    message:
      Implement tick in ProgressPanel.
    modified:
      ui.py
-------------- next part --------------
=== modified file 'ui.py'
--- a/ui.py	2008-07-17 12:46:31 +0000
+++ b/ui.py	2008-07-21 19:47:12 +0000
@@ -134,6 +134,9 @@
         self._stack = _stack
         self.show_all()
         return self
+
+    def tick(self, *args, **kwargs):
+        self.pb.tick(*args, **kwargs)
     
     def update(self, *args, **kwargs):
         self.pb.update(*args, **kwargs)



More information about the Pkg-bazaar-commits mailing list