Activated the default media theme to be used.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3784 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-07-01 15:43:08 +00:00
parent d662f7f451
commit 42b6476dd4

View File

@ -80,7 +80,7 @@ BMediaTheme::ViewFor(BParameterWeb *web, const BRect *hintRect, BMediaTheme *usi
if (_mDefaultTheme == NULL)
_mDefaultTheme = new BPrivate::DefaultMediaTheme();
//usingTheme = _mDefaultTheme;
usingTheme = _mDefaultTheme;
}
if (usingTheme == NULL)