From 4b8f59496658c51185157bf7b7a5eb1d4380836a Mon Sep 17 00:00:00 2001 From: flatberg Date: Fri, 27 Jul 2007 09:40:58 +0000 Subject: [PATCH] app -> main.application --- fluents/fluents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluents/fluents.py b/fluents/fluents.py index 116dfdc..a4b0a7e 100644 --- a/fluents/fluents.py +++ b/fluents/fluents.py @@ -137,7 +137,7 @@ class ViewFrameToolButton (gtk.ToolItem): self._item.show_all() 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: