fix using "rows" var where "row" should be used

This commit is contained in:
Josh Holtrop 2011-03-19 18:16:42 -04:00
parent a4406fe5a2
commit eb111d8590

View File

@ -120,7 +120,7 @@ class Window:
l = gtk.Label()
l.set_markup('<b>Total</b>')
l.set_alignment(0.0, 0.0)
self.projects_table.attach(l, 0, 1, row, rows + 1)
self.projects_table.attach(l, 0, 1, row, row + 1)
row += 1
# Add project row