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

« back to all changes in this revision

Viewing changes to roboradio/sort-songs.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:
59
59
        }
60
60
 
61
61
        if (!initialized) {
62
 
                Song::signal_global_new_song.connect(SigC::slot(&SortSongs::on_new_song));
 
62
                Song::signal_global_new_song.connect(sigc::ptr_fun(&SortSongs::on_new_song));
63
63
                initialized = true;
64
64
        }
65
65
}