Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

status: support icon argument in custom context menu

Changeset c0729acfa8df

Parent 60942cc17661

by Yuki KODAMA

Changes to one file · Browse files at c0729acfa8df Showing diff from parent 60942cc17661 Diff from another changeset...

 
1670
1671
1672
1673
1674
 
 
1675
1676
1677
 
1670
1671
1672
 
 
1673
1674
1675
1676
1677
@@ -1670,8 +1670,8 @@
  menu.append_submenu(_('Restart merge with'), rmenu,   'menumerge.ico')   - for label, func, stats in self.get_custom_menus(): - make(label, func, stats) + for label, func, stats, icon in self.get_custom_menus(): + make(label, func, stats, icon)     menu = menu.build()   if len(menu.get_children()) > 0: