X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/687353c5fefbeea8486cbb28dedf52a53dc65e9b..a65edb264cc943a2a15b6886d9fa3190a92373c0:/lib/python/Components/Element.py diff --git a/lib/python/Components/Element.py b/lib/python/Components/Element.py index fc709139..5b8bed86 100644 --- a/lib/python/Components/Element.py +++ b/lib/python/Components/Element.py @@ -44,5 +44,5 @@ class Element: self.disconnectAll() # default action: push downstream - def changed(self): - self.downstream_elements.changed() + def changed(self, *args, **kwargs): + self.downstream_elements.changed(*args, **kwargs)