~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to src/Core/Banshee.Services/Banshee.Collection.Database/Bookmark.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-09-21 13:54:50 UTC
  • mfrom: (6.4.18 sid)
  • Revision ID: package-import@ubuntu.com-20110921135450-uf2ypdavvqke7lu1
Tags: 2.2.0-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
                // Not already playing this track, so load it up
116
116
                //Console.WriteLine ("JumpTo: not already playing, loading it up");
117
117
                ServiceManager.PlayerEngine.ConnectEvent (HandleStateChanged, PlayerEvent.StateChange);
118
 
                ServiceManager.PlayerEngine.Open (track);
 
118
                ServiceManager.PlayerEngine.OpenPlay (track);
119
119
            } else {
120
120
                // Already playing this track, so just seek to the right position
121
121
                if (ServiceManager.PlayerEngine.CanSeek) {