Changeset 2697

Show
Ignore:
Timestamp:
09/04/07 18:08:13
Author:
mdoff
Message:

Modify the python-demo to account for changes in the AccountStore? API.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tests/python-demo/tinymail-python-test.py

    r1729 r2697  
    7979query = tinymail.FolderStoreQuery () 
    8080query.add_item ("", tinymail.FOLDER_STORE_QUERY_OPTION_SUBSCRIBED) 
    81 accounts = tinymail.uigtk.GtkFolderStoreTreeModel (False, query) 
     81accounts = tinymail.uigtk.GtkFolderStoreTreeModel (query) 
    8282account_store.get_accounts (accounts, tinymail.ACCOUNT_STORE_STORE_ACCOUNTS) 
    8383folderstree.set_model (accounts)