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

« back to all changes in this revision

Viewing changes to src/Widgets/gmpc-metadata-backdrop.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:
75
75
             */
76
76
            public void set_song(MPD.Song? song)
77
77
            {
78
 
                cur_song = song;
 
78
                cur_song = song.copy();
79
79
                if(song == null) {
80
80
                    song_checksum = null;
81
81
                    set_from_item(null);