~mvo/software-center/lp1043752

« back to all changes in this revision

Viewing changes to AppCenter/AppCenter.py

  • Committer: Michael Vogt
  • Date: 2009-08-20 11:56:38 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090820115638-5xcqm1iikhrb6m1p
add setup.{py,cfg} and i18n

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
     NOTEBOOK_PAGE_PENDING) = range(4)
28
28
 
29
29
    def __init__(self, datadir):
30
 
        SimpleGtkbuilderApp.__init__(self, datadir+"/ui/MptCenter.ui")
 
30
        SimpleGtkbuilderApp.__init__(self, datadir+"/ui/AppCenter.ui")
31
31
 
32
32
        # xapian
33
33
        xapian_base_path = XAPIAN_BASE_PATH