From 6915c81eeb6c24cce7458cfec722a4a094c3af49 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 28 Feb 2007 14:37:29 +0000 Subject: Assorted fixes. --- (limited to 'addressentry.py') diff --git a/addressentry.py b/addressentry.py index d5563e0..d4f57ac 100644 --- a/addressentry.py +++ b/addressentry.py @@ -28,8 +28,8 @@ class AddressEntry(Entry): 'progress' : (float, None, None, 0.0, 1.0, 0.0, gobject.PARAM_READWRITE) } - def __init__(self): - Entry.__init__(self) + def __init__(self, **kwargs): + Entry.__init__(self, **kwargs) def create_entry(self): self._address_entry = _sugar.AddressEntry() -- cgit v0.9.1