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

stable commit: set qheader attribute in __init__ function

There were several operations a user could do before the initial
refresh was complete that could result in back-traces since the
qheader attribute was never initialized.

Closes #889

Changeset 61c83812badc

Parent b5112753470f

by Steve Borho

Changes to one file · Browse files at 61c83812badc Showing diff from parent b5112753470f Diff from another changeset...

 
135
136
137
 
138
139
140
 
135
136
137
138
139
140
141
@@ -135,6 +135,7 @@
  self.qnew = False   self.notify_func = None   self.patch_text = None + self.qheader = None     def get_help_url(self):   return 'commit.html'