[gnome-sudoku/arnaudb/wip/gtk4: 20/27] Add a FIXME.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sudoku/arnaudb/wip/gtk4: 20/27] Add a FIXME.
- Date: Mon, 4 May 2020 15:42:42 +0000 (UTC)
commit af838177bc7d8ecd2d9b77c7d767a5a76093af58
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon Apr 13 20:40:20 2020 +0200
Add a FIXME.
src/gnome-sudoku.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-sudoku.vala b/src/gnome-sudoku.vala
index 78f8121..848888d 100644
--- a/src/gnome-sudoku.vala
+++ b/src/gnome-sudoku.vala
@@ -413,7 +413,7 @@ public class Sudoku : Gtk.Application
for (var i = 0; i < game.board.rows; i++)
for (var j = 0; j < game.board.cols; j++)
- view.can_focus = false;
+ view.can_focus = false; // FIXME what?
saver.add_game_to_finished (game, true);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]