Merge lp:~fboucault/unity-2d/fix_home_shortcuts into lp:unity-2d/3.0

Proposed by Florian Boucault
Status: Merged
Approved by: Ugo Riboni
Approved revision: 447
Merged at revision: 450
Proposed branch: lp:~fboucault/unity-2d/fix_home_shortcuts
Merge into: lp:unity-2d/3.0
Diff against target: 19 lines (+2/-2)
1 file modified
places/Home.qml (+2/-2)
To merge this branch: bzr merge lp:~fboucault/unity-2d/fix_home_shortcuts
Reviewer Review Type Date Requested Status
Ugo Riboni (community) Approve
Review via email: mp+53130@code.launchpad.net

Description of the change

[dash] Point home screen shortcuts to the right applications place sections.

To post a comment you must log in.
Revision history for this message
Ugo Riboni (uriboni) wrote :

It's pretty horrible to have names and not enum values, but it works ok.

review: Approve
Revision history for this message
Ugo Riboni (uriboni) wrote :

> It's pretty horrible to have names and not enum values, but it works ok.

And I meant numbers instead of names, of course.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'places/Home.qml'
2--- places/Home.qml 2011-02-22 03:10:42 +0000
3+++ places/Home.qml 2011-03-12 14:44:54 +0000
4@@ -157,13 +157,13 @@
5 HomeButton {
6 label: qsTr("Find Media Apps")
7 icon: "artwork/find_media_apps.png"
8- onClicked: activatePlaceEntry("/usr/share/unity/places/applications.place", "Files", 4)
9+ onClicked: activatePlaceEntry("/usr/share/unity/places/applications.place", "Files", 9)
10 }
11
12 HomeButton {
13 label: qsTr("Find Internet Apps")
14 icon: "artwork/find_internet_apps.png"
15- onClicked: activatePlaceEntry("/usr/share/unity/places/applications.place", "Files", 3)
16+ onClicked: activatePlaceEntry("/usr/share/unity/places/applications.place", "Files", 8)
17 }
18
19 HomeButton {

Subscribers

People subscribed via source and target branches