[vlc-devel] commit: skins2: fix compil error (Erwan Tulou )

git version control git at videolan.org
Mon Aug 24 23:34:20 CEST 2009


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Mon Aug 24 23:05:40 2009 +0200| [08d4e8d56ab54c37d32b0a5539f4a4a070e366bc] | committer: Erwan Tulou 

skins2: fix compil error

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08d4e8d56ab54c37d32b0a5539f4a4a070e366bc
---

 modules/gui/skins2/x11/x11_factory.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/skins2/x11/x11_factory.cpp b/modules/gui/skins2/x11/x11_factory.cpp
index 5982ad7..95a3085 100644
--- a/modules/gui/skins2/x11/x11_factory.cpp
+++ b/modules/gui/skins2/x11/x11_factory.cpp
@@ -75,7 +75,7 @@ bool X11Factory::init()
                                      ConnectionNumber( pDisplay ) );
 
     // Initialize the resource path
-    char *datadir = config_GetUserDataDir( VLC_DATA_DIR );
+    char *datadir = config_GetUserDir( VLC_DATA_DIR );
     m_resourcePath.push_back( (string)datadir + "/skins2" );
     free( datadir );
     m_resourcePath.push_back( (string)"share/skins2" );




More information about the vlc-devel mailing list