Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_desktop


Modified Files:
        Ecore_Desktop.h ecore_desktop.c 


Log Message:
We need to determine where the full path came from.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/Ecore_Desktop.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- Ecore_Desktop.h     24 Sep 2006 22:27:04 -0000      1.36
+++ Ecore_Desktop.h     29 Sep 2006 12:25:39 -0000      1.37
@@ -64,6 +64,7 @@
    unsigned char       no_display:1;
    unsigned char       allocated:1;
    unsigned char       ondisk:1;
+   unsigned char       hard_icon:1;
    /* Actually calling this st_mtime causes compile issues, must be some 
strange macros at work. */
    time_t              mtime;  /* For checking if the cache is valid. */
 };
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- ecore_desktop.c     26 Sep 2006 18:08:50 -0000      1.53
+++ ecore_desktop.c     29 Sep 2006 12:25:39 -0000      1.54
@@ -329,6 +329,7 @@
                            free(temp);
                         }
                    }
+                 result->hard_icon = 1;
               }
 
             /* icon/class is a list of standard icons from the theme that can 
override the icon created above.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to