[gnome-mahjongg] Remove Shuffle from list of actions



commit 0d3614f8f3e72cf4ce4baff6171606ef30433b2a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Aug 17 14:10:55 2014 -0500

    Remove Shuffle from list of actions
    
    Shuffle is only valid from our "you have no moves left" dialog; you
    shouldn't be able to shuffle at any time via D-Bus, for example.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732225

 src/gnome-mahjongg.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mahjongg.vala b/src/gnome-mahjongg.vala
index fc5e1e2..c02d8e4 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.vala
@@ -40,7 +40,6 @@ public class Mahjongg : Gtk.Application
         { "undo",          undo_cb         },
         { "redo",          redo_cb         },
         { "hint",          hint_cb         },
-        { "shuffle",       shuffle_cb      },
         { "pause",         pause_cb        },
         { "restart-game",  restart_game_cb },
         { "scores",        scores_cb       },


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