Changeset 1308
- Timestamp:
- 12/08/06 17:28:48
- Files:
-
- trunk/tests/python-demo/tinymail-python-test.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tests/python-demo/tinymail-python-test.py
r1284 r1308 22 22 23 23 24 def on_status (folder, what, status, headerstree) :25 progressbar. pulse ()24 def on_status (folder, what, status, oftotal, headerstree) : 25 progressbar.set_fraction (status / oftotal) 26 26 27 27 def on_headerstree_selected (treeselection, msgview) :
