diff options
Diffstat (limited to 'plugins/TabSRMM/src/userprefs.cpp')
| -rw-r--r-- | plugins/TabSRMM/src/userprefs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/userprefs.cpp b/plugins/TabSRMM/src/userprefs.cpp index 7d01b6604f..c210ebecc5 100644 --- a/plugins/TabSRMM/src/userprefs.cpp +++ b/plugins/TabSRMM/src/userprefs.cpp @@ -281,8 +281,8 @@ int CTabBaseDlg::LoadLocalFlags() DWORD dwGlobal = M.GetDword("mwflags", MWF_LOG_DEFAULT);
m_dwFlags &= ~MWF_LOG_ALL;
- if (m_pContainer->theme.isPrivate)
- m_dwFlags |= (m_pContainer->theme.dwFlags & MWF_LOG_ALL);
+ if (m_pContainer->m_theme.isPrivate)
+ m_dwFlags |= (m_pContainer->m_theme.dwFlags & MWF_LOG_ALL);
else
m_dwFlags |= (dwGlobal & MWF_LOG_ALL);
|
