diff options
| -rw-r--r-- | main/enigma.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/enigma.cpp b/main/enigma.cpp index 7f3ba44b..be9d9a53 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)"); |
