]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/x11/x11_factory.cpp
For consistency, remove references to vlc from libvlc
[vlc] / modules / gui / skins2 / x11 / x11_factory.cpp
index a010836b37b250fdc186ea1f8caf669e205746c0..405df09026ac05cf3ccf44ba0f04251f4c9f814a 100644 (file)
@@ -71,7 +71,7 @@ bool X11Factory::init()
                                      ConnectionNumber( pDisplay ) );
 
     // Initialize the resource path
-    m_resourcePath.push_back( (string)getIntf()->p_vlc->psz_homedir +
+    m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_homedir +
         m_dirSep + CONFIG_DIR + "/skins2" );
     m_resourcePath.push_back( (string)"share/skins2" );
     m_resourcePath.push_back( (string)DATA_PATH + "/skins2" );