Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        entice.c 


Log Message:
all this namespace shuffling culminates to this, 
swallowed.parts.use.the.dot.to.delimit and,all,of,the,signals,use,commas 
InsteadOfSignalsLikeThis, esmart draggies work but seem slow
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/entice.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- entice.c    3 Apr 2004 03:23:21 -0000       1.43
+++ entice.c    3 Apr 2004 06:06:11 -0000       1.44
@@ -124,7 +124,7 @@
       ecore_evas_geometry_get(ee, &x, &y, &w, &h);
       o = edje_object_add(ecore_evas_get(ee));
       /* FIXME: Check the return value */
-      edje_object_file_set(o, entice_config_theme_get(), "Entice");
+      edje_object_file_set(o, entice_config_theme_get(), "entice");
       evas_object_name_set(o, "EnticeEdje");
       evas_object_move(o, 0, 0);
       evas_object_resize(o, w, h);




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to