~aaronp/software-center/enhance-usefulness

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Kiwinote
  • Date: 2011-03-08 18:13:14 UTC
  • mto: (1615.2.1 software-center)
  • mto: This revision was merged to the branch mainline in revision 1589.
  • Revision ID: kiwinote@gmail.com-20110308181314-zf0bndq5qs2dw077
  * clean up mimetype handling (allows us to accept apturls once again)
please check this carefully - it seems to work, but I aren't 100% familiar with all the details
once this gets approved, we still need to set s-c as the default apturl handler in the defaults file

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
              "data/new.menu.in",
18
18
             )
19
19
            ),
20
 
         ("share/mime/packages",
21
 
          ("data/software-center.xml.in", )
22
 
            ),
23
20
          ]
24
 
schemas_files=[("share/gconf/schemas", ("data/software-center.schemas.in",))]
 
21
schemas_files=[]
25
22
#bug_contact="Michael Vogt <mvo@ubuntu.com>"
26
23