[gnome-sudoku/arnaudb/wip/gtk4: 33/47] Add a FIXME.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sudoku/arnaudb/wip/gtk4: 33/47] Add a FIXME.
- Date: Wed, 23 Sep 2020 16:36:39 +0000 (UTC)
commit e5dcb0486895f6c01cd1cf62da9142d495268310
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 0cb5a94..0c12fab 100644
--- a/src/gnome-sudoku.vala
+++ b/src/gnome-sudoku.vala
@@ -409,7 +409,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]