summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-08 22:52:02 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-08 22:52:02 +0200
commitdd4c07b6f71dc074dabef6b27e5dd4c49d882bb2 (patch)
tree27327c4d7f813ec03519bdc5068d83eb49b1ea45 /main.h
parent5657453dcc8626b9f7f13f7ade1eb3e5afa13cc8 (diff)
merged with miranda_ng main repo
"boosted" process management evnt_to_db/history>actual_sending logic to avoid srmm problem
Diffstat (limited to 'main.h')
-rwxr-xr-xmain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.h b/main.h
index 23627a4..353dee0 100755
--- a/main.h
+++ b/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;
};