~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to src/python/panelcontroller.py

  • Committer: Michael Rooney
  • Date: 2009-05-28 10:40:56 UTC
  • Revision ID: mrooney@ubuntu.com-20090528104056-mqirt68bbs3quj5t
reflect api changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        # Now show the appropriate panel.
33
33
        if ecryptapi is None:
34
34
            self.installCallback()
35
 
        elif ecryptapi.needsSetup():
 
35
        elif ecryptapi.needs_setup():
36
36
            self.setupCallback()
37
37
        else:
38
38
            self.manageCallback()