move dvb-t 5V antenna switching to better place
[enigma2.git] / lib / python / enigma_python.i
index ad41229350dce5270b5ef82d1a062cadbe1adc1f..89aef414479881f947c81cec461a6989ac3fcfe6 100644 (file)
@@ -155,6 +155,7 @@ typedef long time_t;
 %immutable pNavigation::m_event;
 %immutable eListbox::selectionChanged;
 %immutable eDVBCI_UI::ciStateChanged;
+%immutable eDVBResourceManager::frontendUseMaskChanged;
 
 %include <lib/base/console.h>
 %include <lib/base/nconfig.h>
@@ -268,7 +269,7 @@ std::string convertDVBUTF8(std::string text, int table);
 std::string convertDVBUTF8(std::string text, int table)
 {
        int len = text.length();
-       return convertDVBUTF8(len?text.c_str():"", len, table, 0);
+       return convertDVBUTF8(len?(unsigned char*)text.c_str():(unsigned char*)"", len, table, 0);
 }
 
 RESULT SwigFromPython(ePtr<gPixmap> &result, PyObject *obj)