diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-22 14:10:15 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-22 14:10:15 +0000 |
commit | d0d4495f1117682d2cee660f45fa422953487abf (patch) | |
tree | 94a78df60f1eb6f293ef6752c6e9fc8bff0a5065 /plugins/IEView/src/ieview_services.cpp | |
parent | 3a09ce8ad3e0aa8bb97266def2f38e1295392d2d (diff) |
IEView: more external functions
git-svn-id: http://svn.miranda-ng.org/main/trunk@16143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/ieview_services.cpp')
-rw-r--r-- | plugins/IEView/src/ieview_services.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/IEView/src/ieview_services.cpp b/plugins/IEView/src/ieview_services.cpp index 2b7fc6f8a6..b1d6d66f27 100644 --- a/plugins/IEView/src/ieview_services.cpp +++ b/plugins/IEView/src/ieview_services.cpp @@ -87,6 +87,8 @@ INT_PTR HandleIEEvent(WPARAM, LPARAM lParam) view->saveDocument();
else if (event->iType == IEE_LOG_MEM_EVENTS)
view->appendEvent(event);
+
+ view->setContact(event->hContact);
}
return 0;
}
@@ -104,8 +106,6 @@ INT_PTR HandleIENavigate(WPARAM, LPARAM lParam) return 0;
}
-void ApplyChanges(int i);
-
INT_PTR ReloadOptions(WPARAM, LPARAM)
{
Options::Reload();
|