summaryrefslogtreecommitdiffstats
path: root/src/core/ephraim_gui.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ephraim_gui.erl')
-rw-r--r--src/core/ephraim_gui.erl2
1 files changed, 1 insertions, 1 deletions
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;