From ddc3964ed95d01e72229dc9af968a327cd84e56c Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 1 Oct 2004 13:21:35 +0000 Subject: - add python, missing gui - remove console (needs to be rewritten anyway) - eString -> std::string --- main/enigma-playlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/enigma-playlist.cpp') diff --git a/main/enigma-playlist.cpp b/main/enigma-playlist.cpp index 43dcb1d9..bafefe9a 100644 --- a/main/enigma-playlist.cpp +++ b/main/enigma-playlist.cpp @@ -112,7 +112,7 @@ public: eDebug("failed to get iserviceinformation"); break; } - eString name; + std::string name; m_serviceInformation->getName(name); eDebug("NEW running service: %s", name.c_str()); break; -- cgit v1.2.3