diff options
author | dartraiden <wowemuh@gmail.com> | 2017-03-13 16:57:49 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-03-13 16:57:49 +0300 |
commit | 28664fa2341425bd0ece0ee457b0fa0982226a3a (patch) | |
tree | c0168f2b21611fe448a636ca13440818057bde1a /plugins | |
parent | 52c25fc77b6a06a6433ab36da9d94360f684cfe3 (diff) |
TabSRMM: fix copypaste bug
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/themes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/themes.cpp b/plugins/TabSRMM/src/themes.cpp index f57c7ab7ec..7a8436d565 100644 --- a/plugins/TabSRMM/src/themes.cpp +++ b/plugins/TabSRMM/src/themes.cpp @@ -1092,7 +1092,7 @@ void CSkin::UnloadAeroTabs() if (m_tabGlowBottom) {
delete m_tabGlowBottom;
- m_tabGlowTop = nullptr;
+ m_tabGlowBottom = nullptr;
}
if (m_switchBarItem) {
|