show projects_table after reloading it

This commit is contained in:
Josh Holtrop 2011-02-25 15:14:11 -05:00
parent c562f471bc
commit fba10585f3

View File

@ -90,6 +90,7 @@ class Window:
self.projects_table.attach(hbox, 1, 9, rows - 1, rows)
self.projects_container.pack_start(self.projects_table)
self.projects_present = True
self.projects_table.show_all()
def main(self):
self.window.show_all()