From: ghost Date: Sat, 25 Jul 2009 14:47:12 +0000 (+0200) Subject: enigma.cpp: take care of running fullsize pig timer on e2 shutdown X-Git-Tag: 2.6.0~185 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/672b0fa44cd420dbf5b4d1f9c9a5c3201ada06da?hp=46f1987a6f84a58c9c33f60c1079c8f073b08f07 enigma.cpp: take care of running fullsize pig timer on e2 shutdown --- 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)");