summaryrefslogtreecommitdiffstats
path: root/main/xchat/xchat-gtk2.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-05-31 12:49:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-31 12:52:22 +0000
commit1d97e4ca8da481cc993af05020ee794d21eb0cbf (patch)
tree2c89e6d260942152ef61d8ddb3c655e17b135d17 /main/xchat/xchat-gtk2.patch
parent5bfbc398e72f7453bd5b2265afcad11b20be4bdf (diff)
downloadaports-1d97e4ca8da481cc993af05020ee794d21eb0cbf.tar.bz2
aports-1d97e4ca8da481cc993af05020ee794d21eb0cbf.tar.xz
main/xchat: upgrade to 2.8.8
Diffstat (limited to 'main/xchat/xchat-gtk2.patch')
-rw-r--r--main/xchat/xchat-gtk2.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/xchat/xchat-gtk2.patch b/main/xchat/xchat-gtk2.patch
deleted file mode 100644
index 4e13a2cf5..000000000
--- a/main/xchat/xchat-gtk2.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- xchat-2.8.6/src/fe-gtk/xtext.h.orig 2008-02-24
-05:48:02.000000000 +0100
-+++ xchat-2.8.6/src/fe-gtk/xtext.h 2008-09-06
-02:18:39.000000000 +0200
-@@ -270,6 +270,6 @@
- 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