]> git.sesse.net Git - vlc/commitdiff
skins2: print only one error when the skins can't be loaded.
authorRémi Duraffort <ivoire@videolan.org>
Sat, 24 Jan 2009 13:48:39 +0000 (14:48 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Sun, 25 Jan 2009 12:00:01 +0000 (13:00 +0100)
modules/gui/skins2/src/theme_loader.cpp

index c547fda7c72d48f89340e4b843e034f4dc17548f..3f9f9bcace1c0f26bf8c046d61efb0f598ae5930 100644 (file)
@@ -359,10 +359,7 @@ bool ThemeLoader::parse( const string &path, const string &xmlFile )
     // Start the parser
     SkinParser parser( getIntf(), xmlFile, path );
     if( ! parser.parse() )
-    {
-        msg_Err( getIntf(), "failed to parse %s", xmlFile.c_str() );
         return false;
-    }
 
     // Build and store the theme
     Builder builder( getIntf(), parser.getData(), path );