File: 0008-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 (23 lines) | stat: -rw-r--r-- 684 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
22
23
From: Teus Benschop <teusjannette@gmail.com>
Date: Sun, 28 Oct 2018 06:28:21 +0100
Subject: patch source for webkit2

---
 src/gnome2/commentary.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gnome2/commentary.c b/src/gnome2/commentary.c
index 990e7c7..acfc2e4 100644
--- a/src/gnome2/commentary.c
+++ b/src/gnome2/commentary.c
@@ -83,8 +83,8 @@ void access_to_edit_percomm()
 	if (!main_is_module(personal))
 		return;
 
-	editor_create_new(personal, (gchar *)settings.currentverse,
-			  NOTE_EDITOR);
+	//editor_create_new(personal, (gchar *)settings.currentverse,
+	//		  NOTE_EDITOR);
 }
 
 static gboolean on_enter_notify_event(GtkWidget *widget,