blob: ba5595f46e7f6d5f8b5a1790c02f68a06cda4e10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Description: Fix FTBFS with glib 2.54
glib-mkenums now expects input files to be UTF-8,
fix the encoding of libgnomeui/gnome-scores.h
Author: Adrian Bunk <bunk@debian.org>
--- libgnomeui-2.24.5.orig/libgnomeui/gnome-scores.h
+++ libgnomeui-2.24.5/libgnomeui/gnome-scores.h
@@ -27,7 +27,7 @@
* "High Scores" Widget
*
* AUTHOR:
- * Horacio J. Peña <horape@compendium.com.ar>
+ * Horacio J. Peña <horape@compendium.com.ar>
*
* This is free software (under the terms of the GNU LGPL)
*
|