Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/container/layout/default


Modified Files:
        default.c 


Log Message:

...don't segv on setting/freeing plugins


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/esmart/src/container/layout/default/default.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default.c   13 Jan 2004 19:49:02 -0000      1.2
+++ default.c   14 Jan 2004 04:32:02 -0000      1.3
@@ -236,7 +236,6 @@
     printf(" length smaller than size\n");
     return;
   }
-  //printf("continue\n");
   data = calloc(1, sizeof(Scroll_Data));
   data->velocity = velocity;
   data->start_time = ecore_time_get();
@@ -264,6 +263,8 @@
 void
 _default_shutdown()
 {
+  printf("default_shutdown");
+  return;
 }
 
 




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to