~sil2100/unity-2d/bump_new_nux_libunity

« back to all changes in this revision

Viewing changes to launcher/Launcher.qml

  • Committer: Florian Boucault
  • Date: 2011-02-10 14:40:03 UTC
  • mfrom: (359.2.44 maverick)
  • Revision ID: florian@boucault.net-20110210144003-6hhny3axzwvty3h2
Merged from 'maverick' branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
    Connections {
148
148
        target: launcherView
149
149
        onDesktopFileDropped: applications.insertFavoriteApplication(path)
 
150
        onWebpageUrlDropped: applications.insertWebFavorite(url)
 
151
    }
 
152
 
 
153
    Connections {
 
154
        target: launcherControl
 
155
        onAddWebFavorite: applications.insertWebFavorite(url)
150
156
    }
151
157
}