add the name of missing skin element to debug output
[enigma2.git] / lib / python / connections.cpp
index 3c31baf853f4bf0660bc89375a19ca27b7a6b789..00f33f71bab32565b8cac1e15e995243c8582057 100644 (file)
@@ -23,10 +23,7 @@ void PSignal::callPython(ePyObject tuple)
 PyObject *PSignal::get()
 {
        if (!m_list)
-       {
                m_list = PyList_New(0);
-               Py_INCREF(m_list);
-       }
        Py_INCREF(m_list);
        return m_list;
 }