~sil2100/unity-2d/precise-security

« back to all changes in this revision

Viewing changes to shell/launcher/Launcher.qml

[Launcher] Send application and url drops to all applicationslist not just to one. Fixes: https://bugs.launchpad.net/bugs/966239. Approved by Gerry Boland.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        opacity: 0.15
104
104
    }
105
105
 
106
 
    onDesktopFileDropped: applications.insertFavoriteApplication(path)
107
 
    onWebpageUrlDropped: applications.insertWebFavorite(url)
 
106
    onDesktopFileDropped: applicationsManager.insertFavoriteApplication(path)
 
107
    onWebpageUrlDropped: applicationsManager.insertWebFavorite(url)
108
108
 
109
109
    FocusScope {
110
110
        Accessible.name: "content"