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
=== modified file 'places/Home.qml'
--- places/Home.qml 2011-02-22 03:10:42 +0000
+++ places/Home.qml 2011-03-12 14:44:54 +0000
@@ -157,13 +157,13 @@
157 HomeButton {157 HomeButton {
158 label: qsTr("Find Media Apps")158 label: qsTr("Find Media Apps")
159 icon: "artwork/find_media_apps.png"159 icon: "artwork/find_media_apps.png"
160 onClicked: activatePlaceEntry("/usr/share/unity/places/applications.place", "Files", 4)160 onClicked: activatePlaceEntry("/usr/share/unity/places/applications.place", "Files", 9)
161 }161 }
162162
163 HomeButton {163 HomeButton {
164 label: qsTr("Find Internet Apps")164 label: qsTr("Find Internet Apps")
165 icon: "artwork/find_internet_apps.png"165 icon: "artwork/find_internet_apps.png"
166 onClicked: activatePlaceEntry("/usr/share/unity/places/applications.place", "Files", 3)166 onClicked: activatePlaceEntry("/usr/share/unity/places/applications.place", "Files", 8)
167 }167 }
168168
169 HomeButton {169 HomeButton {

Subscribers

People subscribed via source and target branches