diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-19 21:46:55 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-19 21:46:55 +0000 |
commit | 9b30968418487906a648ec1b5b4b1a16ee335460 (patch) | |
tree | 1fa6406b7b7d45b86cf5d141b0e5c34a7591e8dd /databases/clip | |
parent | c034ff65bb10838dfa5b777b989b0756261f0478 (diff) |
Notes
Diffstat (limited to 'databases/clip')
-rw-r--r-- | databases/clip/files/patch-cliplibs_clip-gtk2_treestore.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/clip/files/patch-cliplibs_clip-gtk2_treestore.c b/databases/clip/files/patch-cliplibs_clip-gtk2_treestore.c new file mode 100644 index 000000000000..de6f3954473d --- /dev/null +++ b/databases/clip/files/patch-cliplibs_clip-gtk2_treestore.c @@ -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; |