vlc | branch: master | Laurent Aimar <[email protected]> | Sun Oct 24 17:58:59 2010 +0200| [6292f64765234d09a266af88608a7aa58edd0948] | committer: Laurent Aimar
Fixed kate decoder compilation. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6292f64765234d09a266af88608a7aa58edd0948 --- modules/codec/kate.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/codec/kate.c b/modules/codec/kate.c index 17fdc83..7f2d6f6 100644 --- a/modules/codec/kate.c +++ b/modules/codec/kate.c @@ -289,7 +289,7 @@ vlc_module_begin () true ) set_section( N_("Tiger rendering defaults"), NULL ); - add_string( "kate-tiger-default-font-desc", TIGER_DEFAULT_FONT_DESC_DEFAULT, NULL, + add_string( "kate-tiger-default-font-desc", TIGER_DEFAULT_FONT_DESC_DEFAULT, TIGER_DEFAULT_FONT_DESC_TEXT, TIGER_DEFAULT_FONT_DESC_LONGTEXT, true); add_integer_with_range( "kate-tiger-default-font-effect", TIGER_DEFAULT_FONT_EFFECT_DEFAULT, _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
