Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.5, 0.6, and 0.7

overlay: overlay handler no longer provides icon

The TortoiseOverlays.dll provides the icons, not the individual handlers.
Of course we could make some indirect way to change icons, but this would
show through on all other tortoises as well. For now, we simply ignore icons
and live with those provided by TortoiseSvn.

Changeset 160e2fef05e9

Parent 1a2c7c1f71ad

by Peer Sommerlund

Changes to one file · Browse files at 160e2fef05e9 Showing diff from parent 1a2c7c1f71ad Diff from another changeset...

 
69
70
71
72
73
74
75
76
77
78
 
79
80
81
 
69
70
71
 
 
 
 
 
 
 
72
73
74
75
@@ -69,13 +69,7 @@
  _reg_threading_ = 'Apartment'     def GetOverlayInfo(self): - icon = thgutil.get_icon_path("status", self.icon) - print "icon = ", icon - - if icon: - return (icon, 0, shellcon.ISIOI_ICONFILE) - else: - return ("", 0, 0) + return ("", 0, 0)     def GetPriority(self):   return 0