/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2008-07-23 00:07:09 UTC
  • mto: This revision was merged to the branch mainline in revision 576.
  • Revision ID: jelmer@samba.org-20080723000709-1nppgvt1r4afdjgq
Always try to use seahorse, not just when it has already been started by the 
user.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        files = []
80
80
        if sys.platform[:5] == 'linux':
81
81
            cmd = os.popen('pkg-config --variable=pythondir nautilus-python', 'r')
82
 
            res = cmd.readline().strip()
 
82
            res = cmd.readline()
83
83
            ret = cmd.close()
84
84
            
85
85
            if ret is None:
128
128
                                 'icons/push.png',
129
129
                                 'icons/push16.png',
130
130
                                 'icons/refresh.png',
131
 
                                 'icons/olive-gtk.png',
132
131
                                 'icons/oliveicon2.png',
133
132
                                 'icons/sign-bad.png',
134
133
                                 'icons/sign-ok.png',
135
134
                                 'icons/sign.png',
136
135
                                 'icons/sign-unknown.png',
137
 
                                 'icons/tag-16.png',
 
136
                                 'icons/tag-16.png'
138
137
                                 'icons/bug.png',
139
138
                                 'icons/bzr-icon-64.png']),
140
139
                ('share/applications', ['olive-gtk.desktop',