From 672b0fa44cd420dbf5b4d1f9c9a5c3201ada06da Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 25 Jul 2009 16:47:12 +0200 Subject: [PATCH 1/1] enigma.cpp: take care of running fullsize pig timer on e2 shutdown --- main/enigma.cpp | 3 +++ 1 file changed, 3 insertions(+) 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)"); -- 2.30.2