I'm running Gutsy with Mahjongg 2.20.3

I've just have a look at Mahjongg's source code from SVN

~~~~
on line 1233; 
    game_over = GAME_DEAD;
    games_clock_stop (GAMES_CLOCK (chrono));
    mb = gtk_message_dialog_new (GTK_WINDOW (window),
                                 GTK_DIALOG_MODAL |
                                 GTK_DIALOG_DESTROY_WITH_PARENT,
                                 GTK_MESSAGE_ERROR, GTK_BUTTONS_OK,
                                 (_
                                  ("Sorry, I was unable to find a playable 
configuration.")));
    gtk_dialog_run (GTK_DIALOG (mb));
    gtk_widget_destroy (mb);
~~~~

If it's a game over situation, then undo button must be destroyed too.
But I prefer continue playing with a penalty by going back to previous moves.

-- 
Mahjongg's timer stops working
https://bugs.launchpad.net/bugs/189734
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to