Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/smarts


Modified Files:
        entrance_smart.c 


Log Message:
- More filename refactoring in egui land
- More proper object handling in egui land
- Update TODO File

And now...

- Huge Object Corruption Bug FIXED!!! Booyahhh!!! For the record, there wasn't 
anything wrong with ecore_list_for_each, I just seem to be pointer challenged :(
- Update e theme namespace changes for background

The above fixes mean the UNcommon man (other devs) can *start* to use 
entrance_edit_gui. There is still quite some stuff to be done, but its mostly 
downhill from here on. By the end of the week, it should be fit for the 
*common* man.

Oh... and I think we need a better name... anyone with ideas? entrance_edit_gui 
just kinda rubs me wrong, though it works in cvs/proto

Ok... time to sleep here

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/smarts/entrance_smart.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- entrance_smart.c    27 Sep 2006 21:45:47 -0000      1.2
+++ entrance_smart.c    29 Sep 2006 02:36:38 -0000      1.3
@@ -93,7 +93,7 @@
                return;
 
        if(!edje_object_file_set(es->background, file, "Background"))
-               if(!edje_object_file_set(es->background, file, 
"desktop/background"))
+               if(!edje_object_file_set(es->background, file, 
"e/desktop/background"))
                        return;
 
        evas_object_clip_set(es->background, es->clip);



-------------------------------------------------------------------------
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