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

gtklib: get paths from paths module

Changeset 6cdb35ac1e0b

Parent be2282b9e78c

by Steve Borho

Changes to one file · Browse files at 6cdb35ac1e0b Showing diff from parent be2282b9e78c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​gtklib.py Stacked
 
10
11
12
13
14
 
15
16
17
 
18
19
20
 
10
11
12
 
 
13
14
15
 
16
17
18
19
@@ -10,11 +10,10 @@
 import pango    from thgutil.i18n import _ -from thgutil import hglib -from thgutil import shlib +from thgutil import hglib, paths    def set_tortoise_icon(window, thgicon): - ico = shlib.get_tortoise_icon(thgicon) + ico = paths.get_tortoise_icon(thgicon)   if ico: window.set_icon_from_file(ico)    def get_thg_modifier():