wok view xchat/stuff/xchat-2.8.6-gtk+-2.13.patch @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents
children
line source
1 --- xchat-2.8.6/src/fe-gtk/xtext.h.orig 2008-02-24 05:48:02.000000000 +0100
2 +++ xchat-2.8.6/src/fe-gtk/xtext.h 2008-09-06 02:18:39.000000000 +0200
3 @@ -270,6 +270,6 @@
4 xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext);
5 void gtk_xtext_buffer_free (xtext_buffer *buf);
6 void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render);
7 -GtkType gtk_xtext_get_type (void);
8 +GType gtk_xtext_get_type (void);
10 #endif