Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_load.c 


Log Message:


dang! crap. that was silly nwo wasn't it! FIX!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_load.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- edje_load.c 5 Aug 2003 22:56:29 -0000       1.18
+++ edje_load.c 7 Aug 2003 23:34:54 -0000       1.19
@@ -28,7 +28,7 @@
    ed->part = strdup(part);
    
    _edje_file_add(ed);
-   
+
    if (ed->collection)
      {
        Evas_List *l;
@@ -331,7 +331,7 @@
             char buf[256];
             
             snprintf(buf, sizeof(buf), "collections/%i", id);
-            if (!ef) eet_open(ed->path, EET_FILE_MODE_READ);
+            if (!ef) ef = eet_open(ed->path, EET_FILE_MODE_READ);
             if (!ef) goto out;
             ed->collection = eet_data_read(ef, 
                                            _edje_edd_edje_part_collection, 




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to