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

commit: correct manner for generating an empty text buffer

Changeset d9258590a09d

Parent 6dd69c1b53bf

by Steve Borho

Changes to one file · Browse files at d9258590a09d Showing diff from parent 6dd69c1b53bf Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
585
586
587
588
 
589
590
591
 
585
586
587
 
588
589
590
591
@@ -585,7 +585,7 @@
  buf.set_text('')   buf.set_modified(False)   if hasattr(self, 'patch_text'): - self.patch_text.set_buffer(None) + self.patch_text.set_buffer(gtk.TextBuffer())   else:   c_btn.set_label(_('_Commit'))   c_btn.set_tooltip(self.tooltips, _('commit'))