Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        ewl_icon_local_viewer.c filesystem.c layout_ewl_simple.c 


Log Message:
Change the default mime length to accommodate larger mime-types

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/plugins/ewl_icon_local_viewer.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_icon_local_viewer.c     23 Oct 2005 09:56:22 -0000      1.10
+++ ewl_icon_local_viewer.c     24 Oct 2005 00:58:38 -0000      1.11
@@ -328,6 +328,7 @@
        //Stat test..
        /*Send an event to the core*/
        if (local_file) {
+       
                gui_event = entropy_malloc(sizeof(entropy_gui_event));
                gui_event->event_type = 
entropy_core_gui_event_get(ENTROPY_GUI_EVENT_FILE_STAT);
                gui_event->data = local_file->file;
@@ -544,7 +545,6 @@
                         } else {
                                 thumb = NULL;
                        }
-                       /*printf("Adding icon '%s'\n", list_item->filename);*/
                        icon = ewl_iconbox_icon_add(EWL_ICONBOX(view->iconbox), 
list_item->filename, PACKAGE_DATA_DIR "/icons/default.png");
                        
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/filesystem.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- filesystem.c        23 Oct 2005 01:05:48 -0000      1.2
+++ filesystem.c        24 Oct 2005 00:58:38 -0000      1.3
@@ -370,15 +370,12 @@
        //printf("Getting a stat from evfs...\n");
 
        snprintf(pathi,1024,"%s://%s/%s", request->file->uri_base, 
request->file->path, request->file->filename);
-       path = evfs_parse_uri(pathi);
 
+       path = evfs_parse_uri(pathi);
        char* md5 = md5_entropy_path_file(request->file->path, 
request->file->filename);
        ecore_hash_set(stat_request_hash, md5, request->requester);
-       
-
        evfs_client_file_stat(con, path->files[0]);
        
-       //printf ("Getting stat for '%s'\n", pathi);
        
        return NULL;
 }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/plugins/layout_ewl_simple.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- layout_ewl_simple.c 22 Oct 2005 11:04:44 -0000      1.5
+++ layout_ewl_simple.c 24 Oct 2005 00:58:38 -0000      1.6
@@ -273,7 +273,7 @@
 
        //printf("Setting config..\n");
 
-       sprintf(eg, "Computer;posix:///|Home;posix://%s|Samba Example (Don't 
use!);smb://username:password@/test/machine/folder", 
entropy_core_home_dir_get(core));
+       sprintf(eg, "Computer;posix:///|Home;posix://%s|Samba Example (Don't 
use!);smb://username:password@/test/machine/folder|Minh;smb:///minh/music", 
entropy_core_home_dir_get(core));
 
        //printf("Setting default config string..\n");
        entropy_config_str_set("layout_ewl_simple", "structure_bar", eg);




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to