[/musicextras/musicextras: changeset 27 Zachary P. Landau **20041003223230 Got rid of Gtk warning when no song information was set ] { hunk ./lib/musicextras/gui/gtkgui.rb 212 - @artist_label.text = @artist - @album_label.text = @album - @title_label.text = @title + @artist_label.text = @artist || '' + @album_label.text = @album || '' + @title_label.text = @title || '' }