[brasero] Fix desktop file to follow the spec



commit ebfb991b4a2432247eed6846038d489b0afe477f
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Sep 10 09:46:24 2014 -0400

    Fix desktop file to follow the spec
    
    OnlyShowIn is not allowed in Desktop Actions as standardized.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730956

 data/brasero.desktop.in.in |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/data/brasero.desktop.in.in b/data/brasero.desktop.in.in
index 5ccffaa..9559763 100644
--- a/data/brasero.desktop.in.in
+++ b/data/brasero.desktop.in.in
@@ -21,24 +21,19 @@ Actions=Window;Image;Disc;Audio;Video;
 [Desktop Action Window]
 _Name=Open a New Window
 Exec=brasero --no-existing-session
-OnlyShowIn=Unity;
 
 [Desktop Action Image]
 _Name=Burn an Image File
 Exec=brasero --image
-OnlyShowIn=Unity;
 
 [Desktop Action Disc]
 Name=Copy a Disc
 Exec=brasero --copy
-OnlyShowIn=Unity;
 
 [Desktop Action Audio]
 _Name=Create an Audio Project
 Exec=brasero --audio
-OnlyShowIn=Unity;
 
 [Desktop Action Video]
 _Name=Create a Video Project
 Exec=brasero --video
-OnlyShowIn=Unity;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]