From 8108744cf62942d79d2d7f88aa9970188c61a83a Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Thu, 25 Sep 2003 05:40:49 +0000 Subject: Remove gconf support. This fixes crashes encountered in apps such as GnuCash when trying to view reports or help documents. Obtained from: marcus --- www/gtkhtml/files/patch-src_gtkhtml-propmanager.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 www/gtkhtml/files/patch-src_gtkhtml-propmanager.c (limited to 'www/gtkhtml/files/patch-src_gtkhtml-propmanager.c') diff --git a/www/gtkhtml/files/patch-src_gtkhtml-propmanager.c b/www/gtkhtml/files/patch-src_gtkhtml-propmanager.c new file mode 100644 index 000000000000..3c1d4e916827 --- /dev/null +++ b/www/gtkhtml/files/patch-src_gtkhtml-propmanager.c @@ -0,0 +1,16 @@ +--- src/gtkhtml-propmanager.c.orig Mon Sep 22 19:08:54 2003 ++++ src/gtkhtml-propmanager.c Mon Sep 22 19:09:24 2003 +@@ -24,6 +24,7 @@ + #include + #include + ++#ifdef GTKHTML_HAVE_GCONF + + #include "gtkhtml-propmanager.h" + #include "gtkhtml-properties.h" +@@ -611,3 +612,5 @@ + + return propmanager_type; + } ++ ++#endif -- cgit v1.2.3