Author: ericwa Date: Thu Oct 16 08:42:55 2008 New Revision: 3699 URL: http://svn.gna.org/viewcvs/etoile?rev=3699&view=rev Log: Fix mistake with nil that was breaking Melodie. I was using '= nil' to check if something was nil. nil just eats the = message and returns nil, if I'm not mistaken. Changed to == nil.
Modified:
trunk/Etoile/Services/User/Melodie/Melodie.st
_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs
