Merge lp:~fboucault/unity-2d/dash_preferred_apps_gio_oneiric into lp:unity-2d

Proposed by Florian Boucault
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 624
Merged at revision: 606
Proposed branch: lp:~fboucault/unity-2d/dash_preferred_apps_gio_oneiric
Merge into: lp:unity-2d
Diff against target: 26 lines (+4/-4)
1 file modified
places/HomeShortcuts.qml (+4/-4)
To merge this branch: bzr merge lp:~fboucault/unity-2d/dash_preferred_apps_gio_oneiric
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+69315@code.launchpad.net

Description of the change

[dash] Switch over home's music player and photo viewer shortcuts to using gio.

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

approved!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'places/HomeShortcuts.qml'
2--- places/HomeShortcuts.qml 2011-07-04 23:07:20 +0000
3+++ places/HomeShortcuts.qml 2011-07-26 16:27:30 +0000
4@@ -58,9 +58,9 @@
5 contentType: "x-scheme-handler/http"
6 }
7
8- HomeButtonApplication {
9+ HomeButtonDefaultApplication {
10 label: u2d.tr("View Photos")
11- desktopFile: "shotwell.desktop"
12+ contentType: "image/jpeg"
13 }
14
15 HomeButtonDefaultApplication {
16@@ -68,9 +68,9 @@
17 contentType: "x-scheme-handler/mailto"
18 }
19
20- HomeButtonApplication {
21+ HomeButtonDefaultApplication {
22 label: u2d.tr("Listen to Music")
23- key: "/desktop/gnome/applications/media/exec"
24+ contentType: "audio/x-vorbis+ogg"
25 }
26 }
27

Subscribers

People subscribed via source and target branches