Re-add files/patch-cliplibs_clip-gtk2_treestore.c to fix build on 4.x.

Reported by:	Ports-i386 via Kris
This commit is contained in:
Thierry Thomas 2006-04-19 21:46:55 +00:00
parent c034ff65bb
commit 9b30968418
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159971

View file

@ -0,0 +1,11 @@
--- ./cliplibs/clip-gtk2/treestore.c.orig Tue Apr 19 13:12:14 2005
+++ ./cliplibs/clip-gtk2/treestore.c Wed Apr 19 23:03:56 2006
@@ -325,7 +325,7 @@
C_object *cstree = _fetch_co_arg(cm);
gchar *path = _clip_parc(cm, 2);
gint column = _clip_parni(cm, 3);
- ClipVar *val = _clip_par(cm, 4);;
+ ClipVar *val = _clip_par(cm, 4);
GtkTreeIter iter;
ClipArrVar *utypes;
GValue value;