[gnome-mahjongg] Change wrong signal around



commit a4da65697a64ef8a43a88404f29f18c36b70a00d
Author: Mario Wenzel <maweki gmail com>
Date:   Mon Aug 18 19:12:52 2014 +0200

    Change wrong signal around
    
    for non-gnome-shell-environments two different menu items were connected to the same signal

 src/gnome-mahjongg.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mahjongg.vala b/src/gnome-mahjongg.vala
index 41370f0..dbe06fd 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.vala
@@ -163,7 +163,7 @@ public class Mahjongg : Gtk.Application
             var mahjongg_menu = new Menu ();
             menu.append_submenu (_("_Mahjongg"), mahjongg_menu);
             mahjongg_menu.append (_("_New Game"), "app.new-game");
-            mahjongg_menu.append (_("_Restart Game"), "app.new-game");
+            mahjongg_menu.append (_("_Restart Game"), "app.restart-game");
             mahjongg_menu.append (_("_Scores"), "app.scores");
             mahjongg_menu.append (_("_Preferences"), "app.preferences");
             mahjongg_menu.append (_("_Quit"), "app.quit");


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