[monkey-bubble: 173/753] remove bonobo-defs.h - unneccessary. remove half cocked libbonoboh.



commit 366db0cc15a645e61a41f8b1dbf245ac4d2a7d53
Author: Michael Meeks <michael ximian com>
Date:   Wed Apr 18 22:09:08 2001 +0000

    remove bonobo-defs.h - unneccessary. remove half cocked libbonoboh.
    
    2001-04-18  Michael Meeks  <michael ximian com>
    
    	* bonobo/Makefile.am: remove bonobo-defs.h - unneccessary.
    	remove half cocked libbonoboh.
    
    	* bonobo/libbonobo.h: remove.
    
    	* *.[ch] [ except bonobo-xobject.h - for compat ]
    
    	s/bonobo_x_object/bonobo_object/g;
    	s/BONOBO_X_/BONOBO_/g;
    	s/BonoboXObject/BonoboObject/g;
    	s/BEGIN_BONOBO_DECLS/G_BEGIN_DECLS/g;
    	s/END_BONOBO_DECLS/G_END_DECLS/g;
    	s/\#include[ \t]*<bonobo\/bonobo-defs.h>//;
    	s/bonobo-xobject/bonobo-object/g;

 tests/test-storage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-storage.c b/tests/test-storage.c
index 1758f00..7e70fef 100644
--- a/tests/test-storage.c
+++ b/tests/test-storage.c
@@ -1,7 +1,7 @@
 #include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <bonobo/libbonobo.h>
+#include <libbonobo.h>
 #include <bonobo/bonobo-i18n.h>
 
 #define TESTSIZE (1024*1)



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