diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-22 20:27:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-22 20:27:47 +0000 |
commit | 65aa3fa63030769ceeca17d4a82f915c185dc734 (patch) | |
tree | 2147a48503ef602dfec1507cee7b99fc05e299ef /src/modules/metacontacts/meta_main.cpp | |
parent | ba020540c064ebd48bf6b77e5bd5e11255766f23 (diff) |
metacontact options -> CDlgBase
git-svn-id: http://svn.miranda-ng.org/main/trunk@13766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/meta_main.cpp')
-rw-r--r-- | src/modules/metacontacts/meta_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/metacontacts/meta_main.cpp b/src/modules/metacontacts/meta_main.cpp index 74f8c48551..aeb488aad4 100644 --- a/src/modules/metacontacts/meta_main.cpp +++ b/src/modules/metacontacts/meta_main.cpp @@ -67,7 +67,7 @@ int LoadMetacontacts(void) db_set_dw(hContact, META_PROTO, "IdleTS", 0);
}
- Meta_ReadOptions(&options);
+ Meta_ReadOptions();
PROTOCOLDESCRIPTOR pd = { PROTOCOLDESCRIPTOR_V3_SIZE };
pd.szName = META_FILTER;
|