Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_about.c 


Log Message:
textblocks should be e.textblock.*

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_about.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_about.c   23 Aug 2006 03:39:01 -0000      1.15
+++ e_about.c   28 Aug 2006 03:58:53 -0000      1.16
@@ -51,7 +51,7 @@
    edje_object_part_text_set(about->bg_object, "e.text.title", 
_("Enlightenment"));
    edje_object_part_text_set(about->bg_object, "e.text.version", VERSION);
    edje_object_part_text_set
-     (about->bg_object, "e.text.about",
+     (about->bg_object, "e.textblock.about",
       _(
        "Copyright &copy; 1999-2006, by the Enlightenment Development Team.<br>"
        "<br>"
@@ -116,7 +116,7 @@
             fclose(f);
             if (tbuf)
               {
-                 edje_object_part_text_set(about->bg_object, "e.text.authors", 
tbuf);
+                 edje_object_part_text_set(about->bg_object, 
"e.textblock.authors", tbuf);
                  free(tbuf);
               }
          }



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to