Fixed the two biggest sources of GtkCritical errors.
[pspp-builds.git] / src / ui / gui / ChangeLog
index 6a368e00e28d6f24f343a5df65ff848c31b5c324..3b4a450b37ac619c1ec0978ee7592bc9f7746132 100644 (file)
@@ -1,3 +1,16 @@
+2007-08-07  John Darrington <john@darrington.wattle.id.au>
+
+       * helper.c (execute_syntax): Set the active file data to NULL at the 
+       end of the procedure.  Thanks to Ben for suggesting this.
+
+       * psppire-case-file.c: Added assertions to the remaining functions 
+       on inaccessible objects.
+
+       * psppire-data-store.c psppire-data-store.h: Disconnect or block 
+       signals on dictionary and case_file, when make_reader has been called. 
+       Reconnect or unblock them when a new datasheet has been set for the 
+       data_store.
+       
 2007-08-06  John Darrington <john@darrington.wattle.id.au>
 
        * syntax-editor.glade: Changed some properties to be less annoying.