diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-08 03:04:43 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-08 03:04:43 +0300 |
commit | 6f8f9f8a35c325f60ce3f720f64a4616c74ecd3a (patch) | |
tree | 9272f5796f5d0833819f44c8395f57b5679f75e1 /init.cpp | |
parent | 20fe45cad49f46bdfad5fc934d3c4ff9cddb26ce (diff) |
firstrun rework
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |