~ubuntu-branches/ubuntu/karmic/gnomoradio/karmic

« back to all changes in this revision

Viewing changes to roboradio/song-list-automatic.cc

  • Committer: Bazaar Package Importer
  • Author(s): Riccardo Setti
  • Date: 2004-11-11 17:38:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041111173834-y7bu0ymimw53e0ls
Tags: 0.15.1-2
Correct depends field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
{
28
28
        do_upcoming_ref = false;
29
29
 
30
 
        Song::signal_global_new_song.connect(slot(*this, &SongListAutomatic::new_song));
 
30
        Song::signal_global_new_song.connect(mem_fun(*this, &SongListAutomatic::new_song));
31
31
}
32
32
 
33
33
Roboradio::SongListAutomatic::~SongListAutomatic ()