diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-11-18 13:28:27 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-11-18 13:28:27 +0100 |
| commit | 09565fe7720e8e042712b42a9dc7aac2949130cb (patch) | |
| tree | 485a75275b6ab329837e6a5f2e1409ae3be43f98 /lib/python/Plugins/SystemPlugins/Hotplug/plugin.py | |
| parent | 71c070aafe23537ee96a68dbff46246d44476869 (diff) | |
| parent | b925b5213ddc05911ca9736cc22628c876f604f6 (diff) | |
| download | enigma2-09565fe7720e8e042712b42a9dc7aac2949130cb.tar.gz enigma2-09565fe7720e8e042712b42a9dc7aac2949130cb.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Hotplug/plugin.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Hotplug/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Hotplug/plugin.py b/lib/python/Plugins/SystemPlugins/Hotplug/plugin.py index 97ddf4a1..e593e942 100644 --- a/lib/python/Plugins/SystemPlugins/Hotplug/plugin.py +++ b/lib/python/Plugins/SystemPlugins/Hotplug/plugin.py @@ -53,7 +53,7 @@ class Hotplug(Protocol): for callback in hotplugNotifier: try: - callback(dev, media_state) + callback(dev, action or media_state) except AttributeError: hotplugNotifier.remove(callback) |
