Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_core.c entropy_file.c 


Log Message:
* Hide the background setter window when we select one
* Various nested file system updates
* Try and fix the 'all files from evfs directory list appear as folders' bug
* De-magic-numberify MIME_TYPE length
* Make descendable object-as-folder listing generic in default structure viewer

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/entropy_core.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- entropy_core.c      1 Nov 2005 06:04:26 -0000       1.13
+++ entropy_core.c      2 Nov 2005 11:52:30 -0000       1.14
@@ -204,7 +204,7 @@
        /*Initialize the descent hash - this should be loaded from EVFS - 
FIXME*/
        /*Descent hash init - move this to a call to EVFS*/
        core->descent_hash = ecore_hash_new(ecore_str_hash, ecore_str_compare);
-       ecore_hash_set(core->descent_hash, "application/x-tar", 
"bzip2:///#tar");
+       ecore_hash_set(core->descent_hash, "application/x-bzip2", 
"bzip2:///#tar");
 
 
 
@@ -906,7 +906,7 @@
 
        if (listener) {
                listener->count--;
-               if (listener->count <= 0) {
+               if (listener->count <= 0 && 0) {
 
                        //printf("Freeing file '%s'\n", 
listener->file->filename);
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/entropy_file.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- entropy_file.c      28 Oct 2005 22:33:36 -0000      1.3
+++ entropy_file.c      2 Nov 2005 11:52:30 -0000       1.4
@@ -6,6 +6,7 @@
        file->username = NULL;
        file->password = NULL;
        file->parent = NULL;
+       bzero(file->mime_type, MIME_LENGTH);
 
        allocated_files++;
        print_allocation();




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to