From ba63af766867b930fae2f86dc5b8e20ce83afe20 Mon Sep 17 00:00:00 2001 From: thilo Date: Wed, 15 Feb 2012 18:21:30 +0000 Subject: [PATCH] *neutrino themes: style, initialize 'CThemes::notifier' in constructor git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2095 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/gui/themes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/themes.cpp b/src/gui/themes.cpp index 677b8c765..54c14aee9 100644 --- a/src/gui/themes.cpp +++ b/src/gui/themes.cpp @@ -55,7 +55,7 @@ CThemes::CThemes() : themefile('\t') { width = w_max (40, 10); - + notifier = NULL; hasThemeChanged = false; }