summaryrefslogtreecommitdiff
path: root/protocols/GmailNotifier/src/check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/GmailNotifier/src/check.cpp')
-rw-r--r--protocols/GmailNotifier/src/check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/GmailNotifier/src/check.cpp b/protocols/GmailNotifier/src/check.cpp
index d9386b191b..8013b560e7 100644
--- a/protocols/GmailNotifier/src/check.cpp
+++ b/protocols/GmailNotifier/src/check.cpp
@@ -135,7 +135,7 @@ void __cdecl Check_ThreadFunc(void *lpParam)
}
else {
for (auto &it : g_accs) {
- if (GetContactProto(it->hContact)) {
+ if (Proto_GetBaseAccountName(it->hContact)) {
CheckMailInbox(it);
NotifyUser(it);
}