~l3on/ubuntu/trusty/amule-adunanza/upstream-2012.1+2.3.1

« back to all changes in this revision

Viewing changes to debian/patches/cas_configfile.c_good_default_paths.diff

  • Committer: Leo Iannacone
  • Date: 2013-09-22 14:11:22 UTC
  • Revision ID: l3on@ubuntu.com-20130922141122-1x184s41fsncj52y
refreshed and discared some changes - applaied in upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
 src/utils/cas/configfile.c |    2 +-
 
3
 1 file changed, 1 insertion(+), 1 deletion(-)
 
4
 
1
5
--- a/src/utils/cas/configfile.c
2
6
+++ b/src/utils/cas/configfile.c
3
 
@@ -44,9 +44,9 @@
 
7
@@ -44,7 +44,7 @@
4
8
                "# font_size - size the font\n",
5
9
                "# source_image - image where the text will be writen\n",
6
10
                "# *_line - x,y,[1/0] enabled or disabled\n\n",
7
11
-               "font /usr/share/fonts/corefonts/times.ttf\n",
8
12
+               "font /usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf\n",
9
13
                "font_size 10.5\n",
10
 
-               "source_image /usr/share/pixmaps/stat.png\n",
11
 
+               "source_image /usr/share/cas/stat.png\n",
 
14
                "source_image /usr/share/cas/stat.png\n",
12
15
                "first_line 23,17,1\n",
13
 
                "second_line 23,34,1\n",
14
 
                "third_line 23,51,1\n",
15
 
@@ -54,7 +54,7 @@
16
 
                "fifth_line 23,85,1\n",
17
 
                "sixth_line 23,102,1\n",
18
 
                "seventh_line 23,119,1\n",
19
 
-               "template /usr/share/pixmaps/tmp.html\n",
20
 
+               "template /usr/share/cas/tmp.html\n"
21
 
                "img_type 0\n"
22
 
        };
23