Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

synch: remove redundant set_editable() call

Changeset e74f2658bfa3

Parent 887f8ef3312a

by Steve Borho

Changes to one file · Browse files at e74f2658bfa3 Showing diff from parent 887f8ef3312a Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
226
227
228
229
230
231
232
 
226
227
228
 
229
230
231
@@ -226,7 +226,6 @@
  self.textview.set_editable(False)   self.textview.modify_font(pango.FontDescription('Monospace'))   scrolledwindow.add(self.textview) - self.textview.set_editable(False)   self.textview.connect('populate-popup', self.add_to_popup)   self.textbuffer = self.textview.get_buffer()   self.textbuffer.create_tag('error', weight=pango.WEIGHT_HEAVY,