diff components/dialog.py @ 21:def430d59281

Fixed bug in components
author KarstenBock@gmx.net
date Thu, 01 Sep 2011 23:26:02 +0200
parents 9c7a96c6fe41
children ff3e395abf91
line wrap: on
line diff
--- a/components/dialog.py	Wed Aug 10 21:08:48 2011 +0200
+++ b/components/dialog.py	Thu Sep 01 23:26:02 2011 +0200
@@ -18,4 +18,4 @@
     
     def __init__(self):
         """Constructor"""
-        Component.__init__(dialogue=object)
+        Component.__init__(self, dialogue=object)