Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        layout_etk_simple.c 


Log Message:
* Functions to support file cache dialog
* Transparency for new icons

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/plugins/layout_etk_simple.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- layout_etk_simple.c 5 Mar 2006 10:11:53 -0000       1.26
+++ layout_etk_simple.c 6 Mar 2006 09:04:55 -0000       1.27
@@ -213,11 +213,11 @@
 
    /*This will be moved to a central function. TODO*/
    if (!strcmp(file->uri_base, "file"))
-          icon_string = PACKAGE_DATA_DIR "/icons/local-system.jpg";
+          icon_string = PACKAGE_DATA_DIR "/icons/local-system.png";
   else if (!strcmp(file->uri_base, "smb"))
-         icon_string = PACKAGE_DATA_DIR "/icons/samba-system.jpg";
+         icon_string = PACKAGE_DATA_DIR "/icons/samba-system.png";
    else if (!strcmp(file->uri_base,"sftp"))
-         icon_string = PACKAGE_DATA_DIR "/icons/sftp-system.jpg"; 
+         icon_string = PACKAGE_DATA_DIR "/icons/sftp-system.png"; 
                           
        
   etk_tree_freeze(ETK_TREE(gui->tree));




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to