[gnome-mines] Add jumplist.



commit 0c26aade1398f4e3aea11ed94e5bf86be15ece85
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Jul 14 15:58:37 2014 +0200

    Add jumplist.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733162

 data/gnome-mines.desktop.in |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/data/gnome-mines.desktop.in b/data/gnome-mines.desktop.in
index 57bb37f..af130fb 100644
--- a/data/gnome-mines.desktop.in
+++ b/data/gnome-mines.desktop.in
@@ -8,3 +8,16 @@ Type=Application
 Categories=GNOME;GTK;Game;LogicGame;
 _Keywords=minesweeper;
 StartupNotify=true
+Actions=Small;Medium;Big
+
+[Desktop Action Small]
+_Name=Small board
+Exec=gnome-mines --small
+
+[Desktop Action Medium]
+_Name=Medium board
+Exec=gnome-mines --medium
+
+[Desktop Action Big]
+_Name=Big board
+Exec=gnome-mines --big


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