head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.01.25.23.32.34;	author ade;	state dead;
branches;
next	1.1;

1.1
date	2001.01.05.15.36.45;	author ade;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.8.1
@
text
@--- 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 */
@


1.1
log
@Mangle this to work with bonobo-0.31

Obtained from:	GNOME CVS
@
text
@@

