~evfool/software-properties/lintianfixes

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: rugby471 at gmail
  • Date: 2010-08-25 08:51:00 UTC
  • mto: (616.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 621.
  • Revision ID: rugby471@gmail.com-20100825085100-agvp6z6d49u6pili
converted to gtkbuilder
split dialogs up into different files
(added --data-dir option)
don't use gladeapp as parent class of cdromprogress 

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
                  ('share/software-properties/designer',
22
22
                   glob.glob("data/designer/*.ui")
23
23
                  ),
24
 
                  ('share/software-properties/glade',
25
 
                   glob.glob("data/glade/*.glade")
 
24
                  ('share/software-properties/gtkbuilder',
 
25
                   glob.glob("data/gtkbuilder/*.ui")
26
26
                  ),
27
27
                  ],
28
28
      cmdclass = { "build" : build_extra.build_extra,