@Jim, I think the issue is in qtubuntu-media, can_edit_tracks() returns True, but what was happening is qtubuntu-media was returning that straight away to isReadOnly() therefore making that True as well, rather than flipping it. So I've just changed it so return !can_edit_tracks(); ... so in that case can_edit_tracks() is True, making isReadOnly() False. I will link the branch later and it'll probably make more sense then :-)
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1510225 Title: load() of a QDeclarativePlaylist does not fully work To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510225/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
