File: fix-syntax-error-build.py.patch

package info (click to toggle)
seahorse-adventures 1.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,936 kB
  • sloc: python: 8,640; makefile: 8; sh: 3
file content (30 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From: Markus Koschany <apo@debian.org>
Date: Wed, 3 Jul 2013 19:12:18 +0200
Subject: fix syntax error build.py

---
 data/themes/itheme/build.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/themes/itheme/build.py b/data/themes/itheme/build.py
index 2321347..f89b833 100644
--- a/data/themes/itheme/build.py
+++ b/data/themes/itheme/build.py
@@ -7,7 +7,7 @@ import glob
 #([1...3],[1...3]) for the number of slices an image is cut into.
 IMAGES = {
     'box.png':(2,2),
-    'check.png':
+    'check.png':None,
     'color.png':None,
     'desktop.png':None,
     'dot.png':(2,2),
@@ -32,7 +32,7 @@ KEYWORDS = {
     'hover':('saturation',75),
     'normal':('saturation',0),
     #'down':('saturation',100),
-    'decor':('value':150),
+    'decor':('value',150),
     
     'vertical':('rotate',-90),
     }