Enlightenment CVS committal

Author  : monkeyiq
Project : misc
Module  : gevas2

Dir     : misc/gevas2/src


Modified Files:
        Makefile.am gevasedje.c gevasobj.c 


Log Message:
mainly build cleanups

===================================================================
RCS file: /cvs/e/misc/gevas2/src/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 19 Nov 2004 15:13:12 -0000      1.5
+++ Makefile.am 22 Apr 2006 10:05:56 -0000      1.6
@@ -5,7 +5,7 @@
 # A list of all the files in the current directory which can be regenerated
 MAINTAINERCLEANFILES = Makefile.in
 
-LIBS_EVAS     = @evas_ldflags@
+LIBS_EVAS     = @evas_libs@
 LIBS_EXTRA    = -L/usr/local/lib @edb_libs@ @EDJE_LIBS@
 
 
===================================================================
RCS file: /cvs/e/misc/gevas2/src/gevasedje.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- gevasedje.c 4 Aug 2005 04:12:16 -0000       1.3
+++ gevasedje.c 22 Apr 2006 10:05:56 -0000      1.4
@@ -184,9 +184,9 @@
 
        ev = GTK_GEVASEDJE(object);
 
-
-
-       /* Chain up */
+//    fprintf( stderr, "m_edje:%lx eobj:%lx \n", ev->m_edje, EVASO( ev ) );
+    
+    /* Chain up */
        if (GTK_OBJECT_CLASS(parent_class)->destroy)
                (*GTK_OBJECT_CLASS(parent_class)->destroy) (object);
 }
===================================================================
RCS file: /cvs/e/misc/gevas2/src/gevasobj.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- gevasobj.c  4 Aug 2005 04:12:16 -0000       1.10
+++ gevasobj.c  22 Apr 2006 10:05:56 -0000      1.11
@@ -610,11 +610,13 @@
 
 static void gevasobj_destroy(GtkObject * object)
 {
+    
        GtkgEvasObj *ev;
        g_return_if_fail(object != NULL);
        g_return_if_fail(GTK_IS_GEVASOBJ(object));
        ev = GTK_GEVASOBJ(object);
 
+    
        /* printf(" gevasobj_destroy() refc:%d\n", object->ref_count); */
        _gevasobj_ensure_obj_free(object);
        GEVAS(ev) = NULL;




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to