Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

app -> main.application

This commit is contained in:
Arnar Flatberg 2007-07-27 09:40:58 +00:00
parent 47b89cc411
commit 4b8f594966
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class ViewFrameToolButton (gtk.ToolItem):
self._item.show_all() self._item.show_all()
def _on_table_size_set(self, widget, width, height): def _on_table_size_set(self, widget, width, height):
app['main_view'].resize_table(width, height) main.application['main_view'].resize_table(width, height)
class FluentApp: class FluentApp: