Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

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


Modified Files:
        Model.pm 


Log Message:
Big fat changes. Breakage ahead!
Many changes to the API (it's now kind of unstable and very in-development)
take a look at test.pl for new access methods. I'm porting etk_test.pl
as I implement stuff.

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk/Tree/Model.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Model.pm    15 Jul 2006 19:19:05 -0000      1.2
+++ Model.pm    18 Jul 2006 22:14:34 -0000      1.3
@@ -7,7 +7,7 @@
 {
     my $class = shift;
     my $self = {};
-    $self->{WIDGET} = unref;
+    $self->{WIDGET} = undef;
     bless($self, $class);
     return $self;
 }



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