/[gentoo-x86]/media-plugins/vdr-burn/files/vdr-burn-0.2.0_beta1-gentoo-paths.diff
Gentoo

Contents of /media-plugins/vdr-burn/files/vdr-burn-0.2.0_beta1-gentoo-paths.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sat Jun 30 18:45:04 2012 UTC (10 months, 3 weeks ago) by hd_brummy
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
cleanup; vdr-plugin-2.eclass

(Portage version: 2.1.10.11/cvs/Linux i686)

1 Index: burn-0.2.0-beta1/burn.c
2 ===================================================================
3 --- burn-0.2.0-beta1.orig/burn.c
4 +++ burn-0.2.0-beta1/burn.c
5 @@ -96,11 +96,11 @@ namespace vdr_burn
6
7 bool plugin::Start()
8 {
9 - m_configPath = ConfigDirectory(PLUGIN_NAME);
10 + m_configPath = "/usr/share/vdr/burn";
11
12 manager::start();
13 logger_vdr::start();
14 - gdwrapper::setup::set_font_path( m_configPath + "/fonts" );
15 + gdwrapper::setup::set_font_path( "/usr/share/fonts/ttf-bitstream-vera" );
16 if ( !skin_list::get().load( get_config_path() ) )
17 return false;
18

  ViewVC Help
Powered by ViewVC 1.1.20