From cbf72bbd592ec02b44279fc91ffbb7561242336d Mon Sep 17 00:00:00 2001 From: Stephen Watson Date: Sat, 3 Mar 2007 11:40:14 +0000 Subject: [PATCH] Fix syntax error in getting the widget set (Stephen Watson). git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/rox-lib@4979 66de3db3-b00d-0410-b41b-f4738ad19bea --- ROX-Lib2/python/rox/templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROX-Lib2/python/rox/templates.py b/ROX-Lib2/python/rox/templates.py index dbb0457..dd9a478 100755 --- a/ROX-Lib2/python/rox/templates.py +++ b/ROX-Lib2/python/rox/templates.py @@ -77,7 +77,7 @@ class Templates: connected at this point. """ - widgets=WidgetSet(fname=self.fname, root) + widgets=WidgetSet(fname=self.fname, root=root) if self.connect_to: widgets.autoConnect(self.connect_to) for name in self.signals: -- 2.11.4.GIT