Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

Dir     : e17/proto/etk-perl/lib/Etk/Tree


Modified Files:
        Model.pm Row.pm 


Log Message:
- TODO--
- cleanups
- start of simplifying the usage with some AUTOLOAD-foo

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk/Tree/Model.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Model.pm    7 Jun 2006 11:58:34 -0000       1.1
+++ Model.pm    15 Jul 2006 19:19:05 -0000      1.2
@@ -29,7 +29,7 @@
 sub AlignmentGet
 {
     my $self = shift;
-    Etk::etk_tree_model_alignment_get($self->{WIDGE}, shift, shift);
+    return Etk::etk_tree_model_alignment_get($self->{WIDGE});
 }
 
 1;
===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk/Tree/Row.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Row.pm      4 Jul 2006 05:14:08 -0000       1.4
+++ Row.pm      15 Jul 2006 19:19:06 -0000      1.5
@@ -172,8 +172,7 @@
     my $self = shift;
     my $col = shift;
     # RETURNS
-    # icon
-    # text
+    # image
     return Etk::etk_tree_row_field_image_file_get($self->{WIDGET}, 
        $col->{WIDGET});
 }




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