]> git.sesse.net Git - vlc/commitdiff
projectm: fix typo.
authorRémi Duraffort <ivoire@videolan.org>
Tue, 16 Feb 2010 21:37:26 +0000 (22:37 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 16 Feb 2010 21:37:37 +0000 (22:37 +0100)
modules/visualization/projectm.cpp

index d504d22ab362dfd749ee5900cd2bc231a531218f..cbb158a97e45d7fe8c785bf62cb98664c019a7e8 100644 (file)
@@ -172,8 +172,8 @@ static int Open( vlc_object_t * p_this )
     p_sys->psz_config = var_InheritString( p_filter, "projectm-config" );
 #else
     p_sys->psz_preset_path = var_InheritString( p_filter, "projectm-preset-path" );
-    p_sys->psz_preset_path = var_InheritString( p_filter, "projectm-title-font" );
-    p_sys->psz_preset_path = var_InheritString( p_filter, "projectm-menu-font" );
+    p_sys->psz_title_font = var_InheritString( p_filter, "projectm-title-font" );
+    p_sys->psz_menu_font = var_InheritString( p_filter, "projectm-menu-font" );
 #endif
     vlc_mutex_init( &p_sys->lock );
     p_sys->p_buffer = NULL;