summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-08 03:04:43 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-08 03:04:43 +0300
commit6f8f9f8a35c325f60ce3f720f64a4616c74ecd3a (patch)
tree9272f5796f5d0833819f44c8395f57b5679f75e1 /init.cpp
parent20fe45cad49f46bdfad5fc934d3c4ff9cddb26ce (diff)
firstrun rework
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.cpp b/init.cpp
index d0a6dff..38fe926 100644
--- a/init.cpp
+++ b/init.cpp
@@ -192,7 +192,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam)
if(bJabberAPI && bIsMiranda09)
HookEvent(ME_PROTO_ACCLISTCHANGED, GetJabberInterface);
- HookEvent(ME_PROTO_ACK, onProtoAck);
+// HookEvent(ME_PROTO_ACK, onProtoAck); //filetransfer unimplemented now
HookEvent(ME_CLIST_PREBUILDCONTACTMENU, OnPreBuildContactMenu);