aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/ruby-gtk2
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-12-06 02:47:32 +0000
committerSteve Wills <swills@FreeBSD.org>2011-12-06 02:47:32 +0000
commit71a6c2ecf63abe6eda6f31a6223f6fc8b4ffe7e7 (patch)
tree33269b2d6707630fa06e74790048ea3d60b527f7 /x11-toolkits/ruby-gtk2
parent58b0932d62337c36772d5ce912027c781376e72d (diff)
downloadports-71a6c2ecf63abe6eda6f31a6223f6fc8b4ffe7e7.tar.gz
ports-71a6c2ecf63abe6eda6f31a6223f6fc8b4ffe7e7.zip
Notes
Diffstat (limited to 'x11-toolkits/ruby-gtk2')
-rw-r--r--x11-toolkits/ruby-gtk2/files/patch-rbgtkrecentfilterinfo.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/ruby-gtk2/files/patch-rbgtkrecentfilterinfo.c b/x11-toolkits/ruby-gtk2/files/patch-rbgtkrecentfilterinfo.c
new file mode 100644
index 000000000000..8a7d6386395d
--- /dev/null
+++ b/x11-toolkits/ruby-gtk2/files/patch-rbgtkrecentfilterinfo.c
@@ -0,0 +1,11 @@
+--- ext/gtk2/rbgtkrecentfilterinfo.c.orig 2011-12-06 02:31:21.000000000 +0000
++++ ext/gtk2/rbgtkrecentfilterinfo.c 2011-12-06 02:32:42.000000000 +0000
+@@ -103,7 +103,7 @@
+ static VALUE
+ rf_set_applications(VALUE self, VALUE applications)
+ {
+- /* NOTE: This can’t be right. What guarantees that the entries in
++ /* NOTE: This can't be right. What guarantees that the entries in
+ * applications will be around? It should be RVAL2STRV_DUP and use
+ * g_strfreev in free above. */
+ _SELF(self)->applications = RVAL2STRV(applications);