From f71901fec98cb3bee745bd3d181995624cb2bf51 Mon Sep 17 00:00:00 2001 From: Nicole Vreden Date: Fri, 26 Feb 2010 10:47:20 +0100 Subject: EflClient: fix segfault - gui didn't work on openmoko, due to ambigous double calls to init functions - fix edc to use video layer for display gui program - hard code ip of yalp server instead of localhost - remove some debug prints Signed-off-by: Manuel Traut Signed-off-by: Nicole Vreden --- src/YalpClients/EflClient/client.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/YalpClients/EflClient/client.py') diff --git a/src/YalpClients/EflClient/client.py b/src/YalpClients/EflClient/client.py index 86e3232..c8923ba 100755 --- a/src/YalpClients/EflClient/client.py +++ b/src/YalpClients/EflClient/client.py @@ -40,7 +40,6 @@ class Corba(object): m = medialist.Medialist(self.win, self.c) video = playlist.Selection(self.win, self.c) - print deps[0] for dep in deps[0]: current = media.Media(dep, video, self.blubb, self.win, self.c) m.add_media(current) -- cgit v1.2.3