Rev 566: Implement tick in ProgressPanel. in file:///data/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Tue Jul 22 22:04:20 BST 2008


At file:///data/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 566
revision-id: jelmer at samba.org-20080721194712-xobeu9r4k1zp32vs
parent: jelmer at samba.org-20080718201945-e8rdhsdny82sl3m0
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                          ui.py-20060716163355-owuqwa9uhnlfsojs-1
=== 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 bazaar-commits mailing list