summaryrefslogtreecommitdiff
path: root/editors/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-08 00:32:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-08 00:32:30 +0000
commit55274a373fbd982da81582f36c3e6e1d6f8dde28 (patch)
treeec1e016fd3eb04f6ee2a68727c84d4605f1b02ec /editors/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c
parentAdd gtksourceview, and editor component that adds syntax highlighting (diff)
Remove gtksourceview for re-import under x11-toolkits. Since this is a
new port, no history is lost.
Notes
Notes: svn path=/head/; revision=80406
Diffstat (limited to 'editors/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c')
-rw-r--r--editors/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c b/editors/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c
deleted file mode 100644
index b6aa901c17a9..000000000000
--- a/editors/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- gtksourceview/gtksourcebuffer.c.orig Wed May 7 20:05:58 2003
-+++ gtksourceview/gtksourcebuffer.c Wed May 7 20:06:18 2003
-@@ -687,9 +687,10 @@
- static void
- get_tags_func (GtkTextTag *tag, gpointer data)
- {
-+ GSList **list;
- g_return_if_fail (data != NULL);
-
-- GSList **list = (GSList **) data;
-+ list = (GSList **) data;
-
- if (GTK_IS_SOURCE_TAG (tag))
- {