diff options
Diffstat (limited to 'www/grail/files/patch-Stylesheet.py')
-rw-r--r-- | www/grail/files/patch-Stylesheet.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/grail/files/patch-Stylesheet.py b/www/grail/files/patch-Stylesheet.py new file mode 100644 index 000000000000..be028001f7b9 --- /dev/null +++ b/www/grail/files/patch-Stylesheet.py @@ -0,0 +1,11 @@ +--- Stylesheet.py.orig Thu Aug 30 10:35:51 2001 ++++ Stylesheet.py Thu Aug 30 10:36:05 2001 +@@ -42,7 +42,7 @@ + fonts = self.prefs.GetGroup('styles-fonts') + massaged = [] + for ((g, c), v) in fonts: +- massaged.append((g, c), v % fparms_dict) ++ massaged.append(((g, c), v % fparms_dict)) + self.dictify_group(massaged) + + def __getattr__(self, composite): |