~ubuntu-branches/ubuntu/vivid/gmpc/vivid-proposed

« back to all changes in this revision

Viewing changes to src/Providers/RenderCover.vala

  • Committer: Package Import Robot
  • Author(s): Etienne Millon
  • Date: 2011-12-18 16:09:43 UTC
  • Revision ID: package-import@ubuntu.com-20111218160943-9vk3xroitg1dm0j1
Tags: 11.8.16-2
* Install user manual (Closes: #647701)
* New patches :
    - Change volume slider sensitivity (Closes: #646803)
    - Bring back images for transport buttons (Closes: #646822)
    - Fix build with valac 0.14 (Thanks to Michael Biebl, Closes: #650219)

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        return config.get_int_with_default(this.get_name(),"priority",100);
57
57
    }
58
58
 
59
 
    public void get_metadata(MPD.Song song, Gmpc.MetaData.Type type, MetaDataCallback callback)
 
59
    public void get_metadata(MPD.Song? song, Gmpc.MetaData.Type type, MetaDataCallback callback)
60
60
    {
61
61
 
62
62
        if(song == null || song.artist == null || song.album == null)