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/yalp_gui.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/YalpClients/EflClient/yalp_gui.edc') diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc index c73d70d..85ab93e 100755 --- a/src/YalpClients/EflClient/yalp_gui.edc +++ b/src/YalpClients/EflClient/yalp_gui.edc @@ -260,8 +260,8 @@ collections program { name: "show_frames"; - //source: "video"; - source: "main"; + source: "video"; + //source: "main"; signal: "mouse,clicked,1"; action: STATE_SET "default" 0.0; target: "find_buttonframe"; -- cgit v1.2.3