Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable gtklib: warn users of very old pygobject versions

Changeset eb785814a707

Parent 52045b782f55

by Steve Borho

Changes to one file · Browse files at eb785814a707 Showing diff from parent 52045b782f55 Diff from another changeset...

 
25
26
27
 
 
 
 
28
29
30
 
25
26
27
28
29
30
31
32
33
34
@@ -25,6 +25,10 @@
 else:   from gobject import markup_escape_text   +if gobject.pygobject_version <= (2,12,1): + # http://www.mail-archive.com/tortoisehg-develop@lists.sourceforge.net/msg06900.html + raise Exception('incompatible version of gobject') +  def set_tortoise_icon(window, thgicon):   ico = paths.get_tortoise_icon(thgicon)   if ico: window.set_icon_from_file(ico)