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

history: use cmd_set_active

Changeset 2ddd68e78d84

Parent 69491ca9df6c

by Adrian Buehlmann

Changes to one file · Browse files at 2ddd68e78d84 Showing diff from parent 69491ca9df6c Diff from another changeset...

 
1724
1725
1726
1727
 
1728
1729
1730
 
1724
1725
1726
 
1727
1728
1729
1730
@@ -1724,7 +1724,7 @@
  # set the state of MQ toolbutton   if hasattr(self, 'mqtb'):   self.mqtb.handler_block_by_func(self.mq_clicked) - self.mqtb.set_active(enable) + self.cmd_set_active('mq', enable)   self.mqtb.handler_unblock_by_func(self.mq_clicked)   self.enable_cmd('mq', self.mqwidget.has_mq())