search for: songlist

Displaying 2 results from an estimated 2 matches for "songlist".

Did you mean: sglist
2006 Apr 08
1
help : uninitialized constant Song
Hi, I''m facing the following issue. I have a class A in that i tried instantiating another class B. but got uninitialized constant B error..Any idea how to over come this. Here is my code. -------------------- class SongList #initialize the array def initialize @songs=Array.new end def aSong(aSong) @songs.push(aSong) self end def deleteFirst @songs.shift end def deleteLast @songs.pop end end list =SongList.new list. append(Song.new(''tit...
2004 Mar 01
0
ANNOUNCE: Gnomoradio 0.10
...timer signals for mp3s - player can now transfer playing status between song lists without interruption - Druid runs if ~/.roboradio-state is missing - migrated to Glib::ustring where appropriate - context menu now remains after releasing right button - fixed shuffle UI - fixed uninitialized SongList::current_song - web browser now uses gnome custom browser if gconf key is set - now compiles with g++ 3.4 snapshots - fixed search UI - added a menu item to find the currently playing song - fixed bug where multiple State's are created - added SongListSearch to druid -- Matt Gerginski...