Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 27556e8c8605c45a27fcabf7518d93d0 > files > 10

vdr-plugin-burn-0.1.0-0.pre22.2mdv2009.0.src.rpm

Index: config.c
===================================================================
RCS file: /var/cvsroot/burn/config.c,v
retrieving revision 1.17
diff -u -r1.17 config.c
--- config.c	16 Sep 2006 18:33:36 -0000	1.17
+++ config.c	18 Sep 2006 19:28:08 -0000
@@ -192,8 +192,7 @@
 					audioTrack++;
 				}
 
-// 				m_file << "<subpicture " << get_audio_language( track_info::get_language_codes()[ setup::get().DefaultLanguage ] )
-//				  << "/>" << endl
+ 				m_file << "<subpicture " << get_audio_language(global_setup().DefaultLanguage) << "/>" << endl;
 				m_file << "      <pgc>" << endl
 				  << "        <vob file=\"" << rec->get_movie_path() << "\" chapters=\""
 				  << rec->get_chapters(m_job.get_chapters_mode()) << "\"/>" << endl;
@@ -243,8 +242,7 @@
 					audioTrack++;
 				}
 
-// 				m_file << "<subpicture " << get_audio_language( track_info::get_language_codes()[ setup::get().DefaultLanguage ] )
-//				  << "/>" << endl
+ 				m_file << "<subpicture " << get_audio_language(global_setup().DefaultLanguage) << "/>" << endl;
 				m_file << "      <pgc>" << endl
 				  << "        <vob file=\"" << rec->get_movie_path()
 				  << "\" chapters=\""