X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=main%2Fenigma.cpp;h=be9d9a537326ac5a28605526b49bc753627664fb;hb=c9a51ec6920b556e2faf337a890cca04cc6a2141;hp=7f3ba44ba303517d608a499e9ae756261f3ffca5;hpb=875b117b3aeca1af73942d4eeb691496f6c884f9;p=vuplus_dvbapp diff --git a/main/enigma.cpp b/main/enigma.cpp index 7f3ba44..be9d9a5 100644 --- a/main/enigma.cpp +++ b/main/enigma.cpp @@ -245,6 +245,9 @@ int main(int argc, char **argv) // python.execute("mytest", "__main__"); python.execFile("/usr/lib/enigma2/python/mytest.py"); + extern void setFullsize(); // definend in lib/gui/evideo.cpp + setFullsize(); + if (exit_code == 5) /* python crash */ { eDebug("(exit code 5)");