Merge lp:~nik90/ubuntu/precise/brasero/add_quicklist into lp:ubuntu/precise/brasero

Proposed by Nekhelesh Ramananthan
Status: Merged
Merge reported by: Michael Terry
Merged at revision: not available
Proposed branch: lp:~nik90/ubuntu/precise/brasero/add_quicklist
Merge into: lp:ubuntu/precise/brasero
Diff against target: 68 lines (+53/-0)
2 files modified
data/brasero.desktop.in (+27/-0)
data/brasero.desktop.in.in (+26/-0)
To merge this branch: bzr merge lp:~nik90/ubuntu/precise/brasero/add_quicklist
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+94206@code.launchpad.net

Description of the change

Added quicklist support for brasero.

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

Looks like Jeremy Bicha pushed this in (attributing you). Thanks so much for the patch!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/brasero.desktop.in'
--- data/brasero.desktop.in 2011-09-27 15:37:40 +0000
+++ data/brasero.desktop.in 2012-02-22 16:07:19 +0000
@@ -14,3 +14,30 @@
14X-GNOME-Bugzilla-Product=brasero14X-GNOME-Bugzilla-Product=brasero
15X-GNOME-Bugzilla-Component=general15X-GNOME-Bugzilla-Component=general
16X-GNOME-Bugzilla-Version=3.2.016X-GNOME-Bugzilla-Version=3.2.0
17X-Ayatana-Desktop-Shortcuts=Window;Image;Disc;Audio;Video;
18
19[Window Shortcut Group]
20Name=Open a new window
21Exec=brasero --no-existing-session
22TargetEnvironment=Unity
23
24[Image Shortcut Group]
25Name=Burn an image file
26Exec=brasero --image
27TargetEnvironment=Unity
28
29[Disc Shortcut Group]
30Name=Copy a disc
31Exec=brasero --copy
32TargetEnvironment=Unity
33
34[Audio Shortcut Group]
35Name=Create an audio project
36Exec=brasero --audio
37TargetEnvironment=Unity
38
39[Video Shortcut Group]
40Name=Create a video project
41Exec=brasero --video
42TargetEnvironment=Unity
43
1744
=== modified file 'data/brasero.desktop.in.in'
--- data/brasero.desktop.in.in 2011-05-18 17:53:39 +0000
+++ data/brasero.desktop.in.in 2012-02-22 16:07:19 +0000
@@ -14,3 +14,29 @@
14X-GNOME-Bugzilla-Product=brasero14X-GNOME-Bugzilla-Product=brasero
15X-GNOME-Bugzilla-Component=general15X-GNOME-Bugzilla-Component=general
16X-GNOME-Bugzilla-Version=@VERSION@16X-GNOME-Bugzilla-Version=@VERSION@
17X-Ayatana-Desktop-Shortcuts=Window;Image;Disc;Audio;Video;
18
19[Window Shortcut Group]
20Name=Open a new window
21Exec=brasero --no-existing-session
22TargetEnvironment=Unity
23
24[Image Shortcut Group]
25Name=Burn an image file
26Exec=brasero --image
27TargetEnvironment=Unity
28
29[Disc Shortcut Group]
30Name=Copy a disc
31Exec=brasero --copy
32TargetEnvironment=Unity
33
34[Audio Shortcut Group]
35Name=Create an audio project
36Exec=brasero --audio
37TargetEnvironment=Unity
38
39[Video Shortcut Group]
40Name=Create a video project
41Exec=brasero --video
42TargetEnvironment=Unity

Subscribers

People subscribed via source and target branches