diff --git a/Window.py b/Window.py index 8264818..f80d12a 100644 --- a/Window.py +++ b/Window.py @@ -82,6 +82,7 @@ class Window: row = 1 for p in projects_to_show: self.projects_table.attach(gtk.Label(p), 0, 1, row, row + 1) + row += 1 self.projects_table.attach(self.new_project_combobox, 0, 1, rows - 1, rows)