[gnome-screenshot] screenshot: Update quicklists for new fdo spec & title case them



commit bb3f523dade55fd835b5f32b576a186fd99c2a7a
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Wed Mar 7 23:11:47 2012 -0500

    screenshot: Update quicklists for new fdo spec & title case them
    
    "Quicklist" actions are now part of the freedesktop .desktop spec
    Also, Unity is now using Title/Header case to follow the GNOME HIG
    
    http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions

 src/gnome-screenshot.desktop.in |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/gnome-screenshot.desktop.in b/src/gnome-screenshot.desktop.in
index 5c347f7..0abda68 100644
--- a/src/gnome-screenshot.desktop.in
+++ b/src/gnome-screenshot.desktop.in
@@ -11,14 +11,14 @@ NotShowIn=KDE;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=gnome-utils
 X-GNOME-Bugzilla-Component=screenshot
-X-Ayatana-Desktop-Shortcuts=Screen;Window
+Actions=Screen;Window;
 
-[Screen Shortcut Group]
-_Name=Take a screenshot of the whole screen
+[Desktop Action Screen]
+_Name=Take a Screenshot of the Whole Screen
 Exec=gnome-screenshot
-TargetEnvironment=Unity
+OnlyShowIn=Unity;
 
-[Window Shortcut Group]
-_Name=Take a screenshot of the current window
+[Desktop Action Window]
+_Name=Take a Screenshot of the Current Window
 Exec=gnome-screenshot -w
-TargetEnvironment=Unity
+OnlyShowIn=Unity;



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