Fix bug which crashed the gui when selected an empty line in the
[pspp-builds.git] / src / ui / gui / ChangeLog
index 35ed6d860a3bcb63b13830730999b86f55317122..06d3fd5461c8205e303209860a6e5efd2dbf8ae2 100644 (file)
@@ -1,3 +1,24 @@
+2008-02-13  John Darrington <john@darrington.wattle.id.au>
+
+       * variable-info-dialog.c: Fix crash when clicking "Jump" when no 
+       variable selected.  Add a valid predicate so that this can't 
+       happen anyway.
+
+2008-02-09  Ben Pfaff  <blp@gnu.org>
+
+       Consolidate multiple messages into single message dialog.  Patch
+       #6405.  Thanks to John Darrington for review.
+
+       * automake.mk (dist_src_ui_gui_psppire_DATA): Add
+       message-dialog.glade.
+
+       * helper.c (give_help): Use GtkMessageDialog directly instead of
+       trying to reuse message-dialog code.
+
+       * message-dialog.c: Rewritten.
+
+       * message-dialog.glade: New file.
+
 2008-02-08  Jason Stover  <jhs@math.gcsu.edu>
 
        * crosstabs-dialog.c: New file.