~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Umang Varma
  • Date: 2016-06-29 00:13:27 UTC
  • Revision ID: git-v1:5906ee2924a84839df9740bb56bfd9e280925ecc
.glade -> .ui in code

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
def main():
83
83
    # Default data files
84
 
    data_files = [('', ('COPYING', 'style.css', 'StickyNotes.glade',
85
 
                    'style_global.css', 'GlobalDialogs.glade',
86
 
                    'SettingsCategory.glade')),
 
84
    data_files = [('', ('COPYING', 'style.css', 'StickyNotes.ui',
 
85
                    'style_global.css', 'GlobalDialogs.ui',
 
86
                    'SettingsCategory.ui')),
87
87
                ('/usr/share/applications', ('indicator-stickynotes.desktop',)),
88
88
                ('Icons', glob.glob("Icons/*.png"))]
89
89
    # Icon themes