From 2444ac841fad00133f231e9667ab427c4ce4d39e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 5 Oct 2010 01:44:25 +0200 Subject: Receiving messages works again (kinda) --- src/core/ephraim_gui.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ephraim_gui.erl') diff --git a/src/core/ephraim_gui.erl b/src/core/ephraim_gui.erl index 92ab521..7bf4b74 100644 --- a/src/core/ephraim_gui.erl +++ b/src/core/ephraim_gui.erl @@ -30,7 +30,7 @@ handle_info({Port, {data, Data}}, Port) -> init:stop(), remove_handler; _ -> - ephraim:notify({view_event, Msg}), + ephraim:notify({view_request, Msg}), {ok, Port} end; -- cgit v1.2.3