summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-08 00:34:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-08 00:34:09 +0000
commitd22e617995259c970604ecb95987596011fcab19 (patch)
treeaf804fe6ae63af80be9abbb30f08ca1dc55815a9 /x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c
parentRemove gtksourceview. (diff)
Re-add gtksourceview under the x11-toolkits category. Gtksourceview is
an editor component that adds syntax highlighting support to the default GtkTextView widget.
Notes
Notes: svn path=/head/; revision=80408
Diffstat (limited to 'x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c')
-rw-r--r--x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c
new file mode 100644
index 000000000000..b6aa901c17a9
--- /dev/null
+++ b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c
@@ -0,0 +1,14 @@
+--- 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))
+ {