[telepathy] [Bug 338605] New: The QML code uses hardcoded icon paths

Martin Klapetek mklapetek at kde.org
Wed Aug 27 22:32:16 BST 2014


https://bugs.kde.org/show_bug.cgi?id=338605

            Bug ID: 338605
           Summary: The QML code uses hardcoded icon paths
           Product: telepathy
           Version: git-latest
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: call-ui
          Assignee: kde-telepathy-bugs at kde.org
          Reporter: mklapetek at kde.org

An example:

    function changeHoldIcon(icon) {
        if (icon == "start") {
            hold.iconSource=
"/usr/share/icons/oxygen/32x32/actions/media-playback-start.png"
        } else {
            hold.iconSource=
"/usr/share/icons/oxygen/32x32/actions/media-playback-pause.png"
        }
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list