summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-05 17:12:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-05 17:12:08 +0300
commitac8e92c55a17f723c9e527a8dd087f4ef278404b (patch)
treee9d00ab185eadd93a2fdb5d82362314cb5386544 /src/core
parentb2d136e6c0a2e654aa09adee6d01e2ebe9c02ce1 (diff)
fixes #3144 (Скрытие пустых страниц в userinfo не должно скрывать страницу Заметка)
Diffstat (limited to 'src/core')
-rw-r--r--src/core/stduserinfo/src/stdinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stduserinfo/src/stdinfo.cpp b/src/core/stduserinfo/src/stdinfo.cpp
index aeefeda9a4..5acec2d245 100644
--- a/src/core/stduserinfo/src/stdinfo.cpp
+++ b/src/core/stduserinfo/src/stdinfo.cpp
@@ -438,7 +438,7 @@ public:
bool IsEmpty() const override
{
- return IsEmptyValue(m_hContact, itemsNotes);
+ return IsEmptyValue(m_hContact, itemsNotes) && db_mc_isSub(m_hContact);
}
bool OnRefresh() override