From 28664fa2341425bd0ece0ee457b0fa0982226a3a Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 13 Mar 2017 16:57:49 +0300 Subject: TabSRMM: fix copypaste bug --- plugins/TabSRMM/src/themes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/themes.cpp') 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) { -- cgit v1.2.3