wok diff xchat-plugin/stuff/xchat-2.8.6-gtk+-2.13.patch @ rev 10597

lirc: fix bdeps and kernel ERROR message
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 26 14:55:42 2011 +0200 (2011-05-26)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xchat-plugin/stuff/xchat-2.8.6-gtk+-2.13.patch	Thu May 26 14:55:42 2011 +0200
     1.3 @@ -0,0 +1,10 @@
     1.4 +--- xchat-2.8.6/src/fe-gtk/xtext.h.orig	2008-02-24 05:48:02.000000000 +0100
     1.5 ++++ xchat-2.8.6/src/fe-gtk/xtext.h	2008-09-06 02:18:39.000000000 +0200
     1.6 +@@ -270,6 +270,6 @@
     1.7 + xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext);
     1.8 + void gtk_xtext_buffer_free (xtext_buffer *buf);
     1.9 + void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render);
    1.10 +-GtkType gtk_xtext_get_type (void);
    1.11 ++GType gtk_xtext_get_type (void);
    1.12 + 
    1.13 + #endif