Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto

Dir     : e17/proto/edje_editor/src/bin


Modified Files:
        callbacks.c evas.c 


Log Message:
typo.

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/callbacks.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- callbacks.c 2 Jul 2007 23:48:30 -0000       1.21
+++ callbacks.c 3 Jul 2007 02:17:44 -0000       1.22
@@ -394,7 +394,6 @@
          ShowAlert("You can't rename default 0.0");
       }
       //Update PartTree
-      //Update PartTree
       col1 = etk_tree_nth_col_get(ETK_TREE(UI_PartsTree), 0);
       snprintf(buf,4095,"%s %.2f",Cur.eps->name,Cur.eps->value);
       etk_tree_row_fields_set(ecore_hash_get(hash,Cur.eps),TRUE,
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/evas.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- evas.c      23 May 2007 01:06:24 -0000      1.13
+++ evas.c      3 Jul 2007 02:17:44 -0000       1.14
@@ -80,7 +80,7 @@
 
       //Get the position of the bottom parent handler
       evas_object_geometry_get (rel2X_parent_handler, &parentx, &parenty, 
&parentw, &parenth);
-      //Calc the rel1_relative_x value
+      //Calc the rel2_relative_x value
       Cur.eps->rel2.relative.x = (float)(x - parentx)/(float)parentw;
 
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to