summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-08 23:57:56 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-08 23:57:56 +0200
commit418736c65c97cdc6ca4910e1e8650e474cb12849 (patch)
treec5d85988440500689a3106490abbeb1b888bcf95 /src/main.h
parent5ea554f9494093cf070559f47e777df13b6bc423 (diff)
merged with miranda_ng main repo
"boosted" process management evnt_to_db/history>actual_sending logic to avoid srmm problem
Diffstat (limited to 'src/main.h')
-rwxr-xr-xsrc/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 23627a4..353dee0 100755
--- a/src/main.h
+++ b/src/main.h
@@ -18,7 +18,7 @@
struct contact_data
{
- list<string> msgs_to_send, msgs_to_pass;
+ list<string> msgs_to_send;// msgs_to_pass;
string key_in_prescense;
};