Author: thinkle
Date: 2007-01-16 01:09:20 +0000 (Tue, 16 Jan 2007)
New Revision: 5864
ViewCVS link: http://svn.gnome.org/viewcvs/gnome-games?rev=5864&view=rev

Modified:
   trunk/gnome-sudoku/ChangeLog
   trunk/gnome-sudoku/src/lib/gnome_sudoku.py
   trunk/gnome-sudoku/src/lib/gsudoku.py
Log:
        * src/lib/gnome_sudoku.py Use new add_value_to_ui method for
        inserting values in squares on an "undo" of clearing the
        grid. This method will re-insert values whether or not they were
        valid parts of the grid.
        
        * src/lib/gsudoku.py When clearing the grid, clear all
        user-entered values, whether or not they are part of our internal
        grid (or internal grid doesn't stores values that were invalid
        when entered). Add new add_value_to_ui convenience method for
        adding a value to the entry whether or not its valid. Use
        entry_validate to add previously-conflicting values to our
        internal grid when the conflicting value is deleted; this gives us
        error handling for free in case other conflicts arise (should fix
        bug #396823).


_______________________________________________
SVN-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Reply via email to