diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-22 16:47:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-22 16:47:15 +0000 |
commit | 84c8b8afd2f3a59ada16b56a1103614588f66ce1 (patch) | |
tree | 634baf76d4536c6ec25f9a5f1a8e4292faa82f8f /x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c | |
parent | Transfer maintainership to kris. This port proved too difficult to (diff) |
Update to 0.2.1.
Diffstat (limited to 'x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c')
-rw-r--r-- | x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcebuffer.c deleted file mode 100644 index b6aa901c17a9..000000000000 --- a/x11-toolkits/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)) - { |