]> git.pld-linux.org Git - packages/libglade.git/blob - libglade-fixquote.patch
- updated Source0 URL
[packages/libglade.git] / libglade-fixquote.patch
1 --- libglade-0.16/libglade-xgettext.fixquote    Mon Aug 20 12:22:54 2001
2 +++ libglade-0.16/libglade-xgettext     Mon Aug 20 12:37:59 2001
3 @@ -104,6 +104,8 @@
4                                 fp.write(p)
5                                 length = length + 1 + len(p)
6                         fp.write(' */\n')
7 +                       str = string.replace (str, '\\', '\\\\')
8 +                       str = string.replace (str, '"', '\\"')
9                         if '\n' in str:
10                                 fp.write('  _(""\n')
11                                 lines = string.split(str, '\n')
This page took 0.070744 seconds and 3 git commands to generate.