[glib] Add missing file



commit 985e95e831b340adb57b848590bc20c4e163100a
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Jul 11 13:47:45 2013 -0400

    Add missing file
    
    This got removed during the OnlyShowIn shuffle.

 gio/tests/appinfo-test-actions.desktop |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/gio/tests/appinfo-test-actions.desktop b/gio/tests/appinfo-test-actions.desktop
new file mode 100644
index 0000000..86e3bcf
--- /dev/null
+++ b/gio/tests/appinfo-test-actions.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Type=Application
+Actions=frob;tweak;twiddle;broken;
+Exec=true
+
+[Desktop Action frob]
+Name=Frobnicate
+Exec=touch frob
+
+[Desktop Action tweak]
+Name=Tweak
+Exec=touch tweak
+
+[Desktop Action twiddle]
+Name=Twiddle
+Exec=touch twiddle


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