balsa r8005 - trunk/libbalsa



Author: PeterB
Date: Sat Nov 22 15:19:49 2008
New Revision: 8005
URL: http://svn.gnome.org/viewvc/balsa?rev=8005&view=rev

Log:
 work around gtkhtml2's use of deprecated api

Modified:
   trunk/libbalsa/html.h

Modified: trunk/libbalsa/html.h
==============================================================================
--- trunk/libbalsa/html.h	(original)
+++ trunk/libbalsa/html.h	Sat Nov 22 15:19:49 2008
@@ -25,6 +25,11 @@
 
 #include "config.h"
 
+# ifndef HAVE_GTKHTML3
+/* gtkhtml2 uses deprecated api */
+#  undef GTK_DISABLE_DEPRECATED
+# endif
+
 #  include <gtk/gtk.h>
 
 /* We need this enum even if we're not using GtkHtml. */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]