summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-02-14 18:57:53 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-02-14 18:57:53 +0000
commitb93a80c99281466281db26011356c75bd54ea36c (patch)
treecb5a8a1108829deee66dbb334ff2a733162448c6 /x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c
parent- Add LICENSE (diff)
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
Notes
Notes: svn path=/head/; revision=408881
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c')
-rw-r--r--x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c b/x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c
index 2a2c4aa06540..c916dfe85e80 100644
--- a/x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c
+++ b/x11-toolkits/gtk30/files/patch-gtk_gtkbuilderparser.c
@@ -1,20 +1,20 @@
---- gtk/gtkbuilderparser.c.dist 2010-06-08 14:11:06.000000000 -0500
-+++ gtk/gtkbuilderparser.c 2010-06-08 14:11:33.000000000 -0500
-@@ -1051,7 +1051,7 @@
+--- gtk/gtkbuilderparser.c.orig 2015-11-12 16:34:36.000000000 +0100
++++ gtk/gtkbuilderparser.c 2015-11-12 23:17:26.500037000 +0100
+@@ -1146,7 +1146,7 @@
/* Called for character data */
/* text is not nul-terminated */
static void
--text (GMarkupParseContext *context,
-+XXXtext (GMarkupParseContext *context,
- const gchar *text,
- gsize text_len,
- gpointer user_data,
-@@ -1106,7 +1106,7 @@
+-text (GMarkupParseContext *context,
++XXXtext (GMarkupParseContext *context,
+ const gchar *text,
+ gsize text_len,
+ gpointer user_data,
+@@ -1204,7 +1204,7 @@
static const GMarkupParser parser = {
start_element,
end_element,
- text,
+ XXXtext,
NULL,
- NULL
};
+