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 self.setting_mqvis for the initial state of 'Patch Queue' menu item

Changeset 8ff9aa624c9d

Parent 01ff7e926a36

by Adrian Buehlmann

Changes to one file · Browse files at 8ff9aa624c9d Showing diff from parent 01ff7e926a36 Diff from another changeset...

 
138
139
140
141
 
142
143
144
 
138
139
140
 
141
142
143
144
@@ -138,7 +138,7 @@
    if 'mq' in self.exs:   mq_item = [dict(text=_('Patch Queue'), name='mq', ascheck=True, - func=self.mq_clicked, check=self.mqtb.get_active()) ] + func=self.mq_clicked, check=self.setting_mqvis) ]   else:   mq_item = []