updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / xchat-lite-noplugin / xchat-gtk2.patch
blob4e13a2cf5dedad1cf21d33af08d5df8776185a29
1 --- xchat-2.8.6/src/fe-gtk/xtext.h.orig 2008-02-24
2 05:48:02.000000000 +0100
3 +++ xchat-2.8.6/src/fe-gtk/xtext.h 2008-09-06
4 02:18:39.000000000 +0200
5 @@ -270,6 +270,6 @@
6 xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext);
7 void gtk_xtext_buffer_free (xtext_buffer *buf);
8 void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render);
9 -GtkType gtk_xtext_get_type (void);
10 +GType gtk_xtext_get_type (void);
12 #endif