File: 0007-patch-source-for-webkit2.patch

package info (click to toggle)
xiphos 4.1.0.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,572 kB
  • sloc: ansic: 25,543; cpp: 13,223; python: 12,684; xml: 2,951; sh: 144; makefile: 42
file content (21 lines) | stat: -rw-r--r-- 713 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Teus Benschop <teusjannette@gmail.com>
Date: Sun, 28 Oct 2018 06:26:52 +0100
Subject: patch source for webkit2

---
 src/main/settings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/settings.c b/src/main/settings.c
index 7cd56fc..0f68fc8 100644
--- a/src/main/settings.c
+++ b/src/main/settings.c
@@ -233,7 +233,7 @@ int settings_init(int argc, char **argv, int new_configs,
 	/* check for studypad.spt template file for studypad */
 	tmp = g_build_filename(settings.gSwordDir, "studypad.spt", NULL);
 	if (g_access(tmp, F_OK) == -1) {
-		g_file_set_contents(tmp, studypad_template, -1, NULL);
+		//g_file_set_contents(tmp, studypad_template, -1, NULL);
 	}
 	g_free(tmp);