diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-25 14:23:56 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-25 14:23:56 +0000 |
commit | a95487a40e1dfcf50f5d541ad002e2697a039ac2 (patch) | |
tree | a90aa142890786f884e11f9fa1128c4dd204338c | |
parent | 5782492d81564ed3a4aae0a6bb82310db95671ee (diff) |
forgot to take out sleep! duh! thx George, again
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@79 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | metacontacts/meta_services.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metacontacts/meta_services.c b/metacontacts/meta_services.c index cf33c18..0b7a15f 100644 --- a/metacontacts/meta_services.c +++ b/metacontacts/meta_services.c @@ -165,7 +165,7 @@ void CALLBACK SetStatusThread(HWND hWnd, UINT msg, UINT_PTR id, DWORD dw) previousMode = mcStatus;
- Sleep(options.set_status_from_offline_delay);
+ //Sleep(options.set_status_from_offline_delay);
mcStatus = (int)ID_STATUS_OFFLINE;
ProtoBroadcastAck(META_PROTO,NULL,ACKTYPE_STATUS,ACKRESULT_SUCCESS, (HANDLE)previousMode, mcStatus);
|