diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:22:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:22:13 +0000 |
commit | 610ae5681637c1051a0c17b54e29d97f53da2f3a (patch) | |
tree | c231a1eb74b07e444fa7363012cb84bf23d83ce0 /irc/xchat/files | |
parent | 15b6544926b07a98710eeb765baf03e3fc9a195c (diff) |
Notes
Diffstat (limited to 'irc/xchat/files')
-rw-r--r-- | irc/xchat/files/patch-src_fe-gtk_xtext.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/xchat/files/patch-src_fe-gtk_xtext.h b/irc/xchat/files/patch-src_fe-gtk_xtext.h new file mode 100644 index 000000000000..f4a74269aeca --- /dev/null +++ b/irc/xchat/files/patch-src_fe-gtk_xtext.h @@ -0,0 +1,10 @@ +--- src/fe-gtk/xtext.h.orig 2008-08-06 09:47:05.000000000 +0200 ++++ src/fe-gtk/xtext.h 2008-08-06 09:51:01.000000000 +0200 +@@ -270,6 +270,6 @@ void gtk_xtext_set_wordwrap (GtkXText *x + xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext); + void gtk_xtext_buffer_free (xtext_buffer *buf); + void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render); +-GtkType gtk_xtext_get_type (void); ++GType gtk_xtext_get_type (void); + + #endif |