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 8ee56b8..b049da3 100644
--- a/src/core/ephraim_gui.erl
+++ b/src/core/ephraim_gui.erl
@@ -3,7 +3,7 @@
-spec init() -> ok.
init() ->
- {jid,JID} = ephraim_config:get(jid),
+ %{jid,JID} = ephraim_config:get(jid),
Port = open_port({spawn_executable, "ephraim-gtk"}, [binary, nouse_stdio, {packet, 4}]),
ephraim ! {register_ui, self()},
loop(Port),