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

thgconfig: tables must have at least one row

Changeset 7d741735f280

Parent 3b5a1a370036

by Steve Borho

Changes to one file · Browse files at 7d741735f280 Showing diff from parent 3b5a1a370036 Diff from another changeset...

 
256
257
258
259
 
260
261
262
 
256
257
258
 
259
260
261
262
@@ -256,7 +256,7 @@
  self.entries['Password'][0].set_visibility(False)     def createtable(cols=2): - newtable = gtk.Table(0, cols) + newtable = gtk.Table(1, cols)   def addrow(header, cell):   row = newtable.get_property('n-rows')   newtable.set_property('n-rows', row + 1)