Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shlib: fix path to installed icons for unix distributions

Changeset 61a33b76efc9

Parent b6b00396b4b2

by Steve Borho

Changes to one file · Browse files at 61a33b76efc9 Showing diff from parent b6b00396b4b2 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​shlib.py Stacked
 
147
148
149
150
 
151
152
 
153
154
155
 
147
148
149
 
150
151
 
152
153
154
155
@@ -147,9 +147,9 @@
  # Else try relative paths from hggtk, the repository layout   fdir = os.path.dirname(__file__)   paths.append(os.path.join(fdir, '..', 'icons')) - # ... or the source installer layout + # ... or the unix installer layout   paths.append(os.path.join(fdir, '..', '..', '..', - 'share', 'tortoisehg', 'icons')) + 'share', 'pixmaps', 'tortoisehg', 'icons'))   except NameError: # __file__ is not always available   pass   for p in paths: