diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-07-25 16:47:12 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-07-25 16:47:12 +0200 |
| commit | 672b0fa44cd420dbf5b4d1f9c9a5c3201ada06da (patch) | |
| tree | 2b90f0c1fd7de472c47055dcc2134260ff63bb97 | |
| parent | 46f1987a6f84a58c9c33f60c1079c8f073b08f07 (diff) | |
| download | enigma2-672b0fa44cd420dbf5b4d1f9c9a5c3201ada06da.tar.gz enigma2-672b0fa44cd420dbf5b4d1f9c9a5c3201ada06da.zip | |
enigma.cpp: take care of running fullsize pig timer on e2 shutdown
| -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)"); |
