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:
parent
c034ff65bb
commit
9b30968418
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159971
1 changed files with 11 additions and 0 deletions
11
databases/clip/files/patch-cliplibs_clip-gtk2_treestore.c
Normal file
11
databases/clip/files/patch-cliplibs_clip-gtk2_treestore.c
Normal 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;
|
Loading…
Reference in a new issue