Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/lib


Modified Files:
        playlist_item.rb 


Log Message:
delete the edje when we remove it from the container
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/lib/playlist_item.rb,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- playlist_item.rb    8 May 2005 14:45:56 -0000       1.9
+++ playlist_item.rb    22 May 2005 17:51:18 -0000      1.10
@@ -1,4 +1,4 @@
-# $Id: playlist_item.rb,v 1.9 2005/05/08 14:45:56 tsauerbeck Exp $
+# $Id: playlist_item.rb,v 1.10 2005/05/22 17:51:18 tsauerbeck Exp $
 
 class PlaylistItem
        attr_reader :id, :edje
@@ -76,6 +76,7 @@
 
        def hide
                @playlist.container.remove_element(@edje)
+               @edje.delete
                @edje = nil
        end
 




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to