No problem, found the bug. AFAIR 
I specifically handled the amarok case below but instead I should be returning 
the second entry in the array.

  private static string? determine_key(owned string desktop_or_interface)
    var temp = result.split("-");
    if (temp != null && temp.length > 1){
      result = temp[0];
    }

Therefore 
      result = temp[1]

will SRU asap.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/992262

Title:
  sound indicator not working after amarok close

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/992262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to