Changeset 1284
- Timestamp:
- 11/30/06 11:33:05
- 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
r1242 r1284 79 79 query = tinymail.FolderStoreQuery () 80 80 query.add_item ("", tinymail.FOLDER_STORE_QUERY_OPTION_SUBSCRIBED) 81 accounts = tinymail.uigtk.Gtk AccountTreeModel (False, query)81 accounts = tinymail.uigtk.GtkFolderStoreTreeModel (False, query) 82 82 account_store.get_accounts (accounts, tinymail.ACCOUNT_STORE_STORE_ACCOUNTS) 83 83 folderstree.set_model (accounts)
