New question #208844 on Cairo-Dock Plug-ins:
https://answers.launchpad.net/cairo-dock-plug-ins/+question/208844

I've been working with the source trying to get a feel for the project. I 
"partially" fixed one of my issues, the music player not updating the cover 
when songs change. I got the icon to update whenever a new cover is not found, 
but still haven't gotten the tool tip text to update.

static gboolean _on_got_cover (CDSharedMemory *pSharedMemory)
{
        CD_APPLET_ENTER;
        if (pSharedMemory->bSuccess)
        {
                ...
        }
  else 
// I added the 3 following lines
  {
                cd_musicplayer_apply_status_surface (myData.iPlayingStatus);
  }
...
}

-- 
You received this question notification because you are a member of
Cairo-Dock Team, which is an answer contact for Cairo-Dock Plug-ins.

_______________________________________________
Mailing list: https://launchpad.net/~cairo-dock-team
Post to     : cairo-dock-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~cairo-dock-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to