From 96c5830d640a0e1007f5d59cafa83915d9cc7112 Mon Sep 17 00:00:00 2001 From: ade Date: Fri, 5 Jan 2001 15:36:45 +0000 Subject: Mangle this to work with bonobo-0.31 Obtained from: GNOME CVS --- www/gtkhtml3/files/patch-ag | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 www/gtkhtml3/files/patch-ag (limited to 'www/gtkhtml3/files') diff --git a/www/gtkhtml3/files/patch-ag b/www/gtkhtml3/files/patch-ag new file mode 100644 index 00000000000..c0954d15a7c --- /dev/null +++ b/www/gtkhtml3/files/patch-ag @@ -0,0 +1,29 @@ +--- components/ebrowser/test-ebrowser.c.orig Sat Dec 2 01:06:18 2000 ++++ components/ebrowser/test-ebrowser.c Wed Jan 3 10:56:58 2001 +@@ -29,3 +29,5 @@ + Bonobo_PropertyBag pb; ++#ifdef TEST_LISTENER + BonoboPropertyListener * listener; ++#endif + +@@ -41,2 +43,3 @@ + ++#ifdef TEST_LISTENER + listener = gtk_object_get_data (object, "listener"); +@@ -45,2 +48,3 @@ + } ++#endif + } +@@ -111,2 +115,3 @@ + ++#ifdef TEST_LISTENER + static void +@@ -121,2 +126,3 @@ + } ++#endif + +@@ -308,3 +314,3 @@ + +-#if 1 ++#ifdef TEST_LISTENER + /* Test listener */ -- cgit