aboutsummaryrefslogtreecommitdiff
path: root/lib/python/enigma_python.i
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-13 19:45:52 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-13 19:45:52 +0000
commit855949a917ed8cf65397adc49872c99bdb2123c2 (patch)
tree9f0512a205a3af1550b2a8d1f8da6609a405ea3a /lib/python/enigma_python.i
parent1f497d5b863644889bda758eed836a3d6be7be11 (diff)
downloadenigma2-855949a917ed8cf65397adc49872c99bdb2123c2.tar.gz
enigma2-855949a917ed8cf65397adc49872c99bdb2123c2.zip
fix non working use of configured system language for epg language
Diffstat (limited to 'lib/python/enigma_python.i')
-rw-r--r--lib/python/enigma_python.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i
index a1bb5b28..8ee7fb39 100644
--- a/lib/python/enigma_python.i
+++ b/lib/python/enigma_python.i
@@ -43,9 +43,9 @@ is usually caused by not marking PSignals as immutable.
#include <lib/base/nconfig.h>
#include <lib/base/message.h>
#include <lib/driver/rc.h>
+#include <lib/service/event.h>
#include <lib/service/iservice.h>
#include <lib/service/service.h>
-#include <lib/service/event.h>
#include <lib/service/servicedvb.h>
#include <lib/gdi/fb.h>
#include <lib/gdi/font.h>
@@ -134,9 +134,9 @@ typedef long time_t;
%immutable eSocketNotifier::activated;
%include <lib/base/ebase.h>
%include <lib/base/smartptr.h>
+%include <lib/service/event.h>
%include <lib/service/iservice.h>
%include <lib/service/service.h>
-%include <lib/service/event.h>
// TODO: embed these...
%immutable eConsoleAppContainer::appClosed;