summaryrefslogtreecommitdiffstats
path: root/src/core/ephraim_gui.erl
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-10-02 02:58:44 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-10-02 02:58:44 +0200
commit15725caf30a564d33868bf2dccb2c98ea5eb34eb (patch)
tree70c04bbff828163f6e570e351ac058c75bd6221d /src/core/ephraim_gui.erl
parent57a0ca523f0e3a2aa4355636b7ccf60d33f8aaf7 (diff)
downloadephraim-15725caf30a564d33868bf2dccb2c98ea5eb34eb.tar
ephraim-15725caf30a564d33868bf2dccb2c98ea5eb34eb.zip
Added some debug output
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),